Searched refs:bitsID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp247 TTracker::InstallMimeIfNeeded(const char* type, int32 bitsID, argument
267 || (bitsID >= 0 && ((forceMask & kForceLargeIcon)
269 || (bitsID >= 0 && ((forceMask & kForceLargeIcon)
271 || (bitsID >= 0 && ((forceMask & kForceMiniIcon)
283 if (bitsID >= 0) {
287 GetIconResource(bitsID, &iconData, &iconSize) == B_OK)
291 GetIconResource(bitsID, B_LARGE_ICON, &largeIcon) == B_OK)
295 GetIconResource(bitsID, B_MINI_ICON, &miniIcon) == B_OK)
H A DTracker.h183 bool InstallMimeIfNeeded(const char* type, int32 bitsID,

Completed in 47 milliseconds