Home
last modified time | relevance | path

Searched refs:_mimeType (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/media/
H A DFileInterface.h31 char* _mimeType, // 256 bytes
35 virtual status_t GetRef(entry_ref* _ref, char* _mimeType) = 0;
H A DMediaRoster.h290 const entry_ref& ref, BMimeType* _mimeType,
299 BMimeType* _mimeType = NULL);
/haiku/src/apps/cortex/Persistence/
H A DXML.cpp283 const char* _mimeType) : in DocumentType() argument
285 mimeType(_mimeType ? _mimeType : s_defaultMimeType.Type()) {} in DocumentType()
H A DXML.h181 const char* _mimeType=0);
/haiku/src/apps/screenshot/
H A DUtility.cpp199 BString* _mimeType) const in FindTranslator()
220 if (_mimeType != NULL) in FindTranslator()
221 *_mimeType = formats[i].MIME; in FindTranslator()
H A DUtility.h32 BString* _mimeType = NULL) const;
/haiku/docs/user/media/
H A DFileInterface.dox124 char* _mimeType, float* _quality) = 0;
128 If you can handle the format, set \a _mimeType to the MIME type
137 \param _mimeType Fill this out with the appropriate MIME type.
168 \fn status_t BFileInterface::GetRef(entry_ref* _ref, char* _mimeType) = 0;
173 \param _mimeType Set to the MIME type of the current file.