Symbol: IsNativeDesktop
src/apps/haikudepot/model/Model.cpp
508
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
175
return classificationInfo->IsNativeDesktop();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
200
classificationInfoBuilder.WithIsNativeDesktop(pkg->IsNativeDesktop());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
668
if (PackageUtils::IsNativeDesktop(pkg))
src/apps/haikudepot/ui/PackageListView.cpp
488
if (packageIconAndTitleField->IsNativeDesktop())
src/apps/haikudepot/ui/PackageListView.cpp
801
bool isNativeDesktop = PackageUtils::IsNativeDesktop(fPackage);
src/apps/haikudepot/ui/PackageListView.cpp
805
&& existingField->IsNativeDesktop() == isNativeDesktop) {
src/apps/haikudepot/util/PackageUtils.cpp
198
return classificationInfo->IsNativeDesktop();
src/apps/haikudepot/util/PackageUtils.h
31
static bool IsNativeDesktop(const PackageInfoRef& package);