Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp425 static bool _IsPackageBefore(const PackageInfoRef& packageA, const PackageInfoRef& packageB) in _IsPackageBefore() argument
427 if (!packageA.IsSet() || !packageB.IsSet()) in _IsPackageBefore()
434 PackageClassificationInfoRef classificationInfoB = packageB->PackageClassificationInfo(); in _IsPackageBefore()
448 PackageUtils::Title(packageB, titleB); in _IsPackageBefore()
453 c = packageA->Name().Compare(packageB->Name()); in _IsPackageBefore()