Home
last modified time | relevance | path

Searched refs:fIsNativeDesktop (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DPackageClassificationInfo.cpp18 fIsNativeDesktop(false) in PackageClassificationInfo()
27 fIsNativeDesktop(other.IsNativeDesktop()) in PackageClassificationInfo()
97 return fIsNativeDesktop; in IsNativeDesktop()
104 fIsNativeDesktop = value; in SetIsNativeDesktop()
111 if (fIsNativeDesktop != other.IsNativeDesktop()) in operator ==()
H A DPackageClassificationInfo.h45 bool fIsNativeDesktop; variable
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp94 { return fIsNativeDesktop; } in IsNativeDesktop()
99 const bool fIsNativeDesktop; member in PackageIconAndTitleField
256 fIsNativeDesktop(isNativeDesktop) in PackageIconAndTitleField()