Symbol: IsNativeDesktop
src/apps/haikudepot/model/Model.cpp
469
anyNativeDesktop = anyNativeDesktop | classificationInfo->IsNativeDesktop();
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
136
if (fIsNativeDesktop != other.IsNativeDesktop())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
206
fIsNativeDesktop = value->IsNativeDesktop();
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
256
if (!fSource.IsSet() || fSource->IsNativeDesktop() != value) {
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
29
fIsNativeDesktop(other.IsNativeDesktop())
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
42
bool IsNativeDesktop() const;
src/apps/haikudepot/packagemodel/PackageFilter.cpp
173
return classificationInfo->IsNativeDesktop();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
208
classificationInfoBuilder.WithIsNativeDesktop(pkg->IsNativeDesktop());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
695
if (PackageUtils::IsNativeDesktop(pkg))
src/apps/haikudepot/ui/PackageListView.cpp
491
if (packageIconAndTitleField->IsNativeDesktop())
src/apps/haikudepot/ui/PackageListView.cpp
804
bool isNativeDesktop = PackageUtils::IsNativeDesktop(fPackage);
src/apps/haikudepot/ui/PackageListView.cpp
808
&& existingField->IsNativeDesktop() == isNativeDesktop) {
src/apps/haikudepot/util/PackageUtils.cpp
136
return classificationInfo->IsNativeDesktop();
src/apps/haikudepot/util/PackageUtils.h
25
static bool IsNativeDesktop(const PackageInfoRef& package);