Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DMimeTypes.h57 #define kLargeIconType "icon/large" macro
H A DPoseView.cpp4247 || dragMessage->HasData(kLargeIconType, B_MESSAGE_TYPE) in CanHandleDragSelection()
4785 || message->HasData(kLargeIconType, B_MESSAGE_TYPE) in HandleDropCommon()
4796 && message->FindMessage(kLargeIconType, &embeddedBitmap) in HandleDropCommon()
/haiku/headers/private/storage/mime/
H A Ddatabase_support.h53 extern const int32 kLargeIconType;
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp63 const int32 kLargeIconType = B_LARGE_ICON_TYPE; variable
H A DDatabase.cpp441 attrType = kLargeIconType; in SetIconForType()