Searched refs:smallIconAttrName (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DIconUtils.h24 const char* smallIconAttrName,
35 const char* smallIconAttrName,
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp566 BString smallIconAttrName; local
574 smallIconAttrName << kMiniIconAttrPrefix << lowerCaseFileType;
578 smallIconAttrName = kMiniIconAttr;
582 return BIconUtils::GetIcon(&node, vectorIconAttrName, smallIconAttrName,
/haiku/src/libs/icon/
H A DIconUtils.cpp307 const char* smallIconAttrName, const char* largeIconAttrName,
336 result = GetCMAP8Icon(node, smallIconAttrName,
343 result = GetCMAP8Icon(node, smallIconAttrName, largeIconAttrName,
506 BIconUtils::GetCMAP8Icon(BNode* node, const char* smallIconAttrName, argument
522 && (smallIconAttrName == NULL || *smallIconAttrName == '\0'))
544 attribute = smallIconAttrName;
306 GetIcon(BNode* node, const char* vectorIconAttrName, const char* smallIconAttrName, const char* largeIconAttrName, icon_size which, BBitmap* icon) argument

Completed in 64 milliseconds