Searched refs:extraType (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3125 NotificationMessage(int32 which, string type, string extraType, argument
3127 : which(which), type(type), hasExtraType(true), extraType(extraType),
3132 NotificationMessage(int32 which, string type, string extraType) argument
3133 : which(which), type(type), hasExtraType(true), extraType(extraType),
3139 : which(which), type(type), hasExtraType(false), extraType(),
3145 : which(which), type(type), hasExtraType(false), extraType(),
3154 string extraType; member in class:NotificationMessage
3457 const char *extraType;
[all...]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1394 \param extraType The MIME type to which the change is applies
1399 Database::_SendMonitorUpdate(int32 which, const char *type, const char *extraType, argument
1412 err = msg.AddString("be:extra_type", extraType);
1427 \param extraType The MIME type to which the change is applies
1430 Database::_SendMonitorUpdate(int32 which, const char *type, const char *extraType, argument
1442 err = msg.AddString("be:extra_type", extraType);
/haiku/headers/private/storage/mime/
H A DDatabase.h138 const char *extraType, bool largeIcon, int32 action);
140 const char *extraType, int32 action);

Completed in 61 milliseconds