Searched refs:SupportsMimeType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DModel.h191 int32 SupportsMimeType(const char* type,
H A DModel.cpp997 return SupportsMimeType(mimeType, 0) != kDoesNotSupportType;
1005 return SupportsMimeType(documentMimeType, 0) != kDoesNotSupportType;
1092 Model::SupportsMimeType(const char* type, const BObjectList<BString>* list, function in class:Model
1168 return SupportsMimeType(0, list) != kDoesNotSupportType;
H A DNavMenu.cpp165 = resolvedModel.SupportsMimeType(NULL, typeslist);
176 int32 supported = model->SupportsMimeType(NULL, typeslist);
H A DOpenWithWindow.cpp1529 int32 supportsMimeType = applicationModel->SupportsMimeType(

Completed in 368 milliseconds