Searched refs:MIMEType (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.h24 virtual const char* MIMEType() { return "text/x-source-code"; } function in class:SourceExporter
H A DRDefExporter.h24 virtual const char* MIMEType() { return "text/x-vnd.Be.ResourceDef"; } function in class:RDefExporter
H A DFlatIconExporter.h69 virtual const char* MIMEType() { return NULL; } function in class:FlatIconExporter
/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.h27 virtual const char* MIMEType();
H A DBitmapExporter.cpp75 // MIMEType
77 BitmapExporter::MIMEType() function in class:BitmapExporter
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h35 virtual const char* MIMEType() { return "image/svg+xml"; } function in class:SVGExporter
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h35 virtual const char* MIMEType();
H A DMessageExporter.cpp125 // MIMEType
127 MessageExporter::MIMEType() function in class:MessageExporter
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h46 virtual const char* MIMEType() = 0;
H A DExporter.cpp242 if (ret >= B_OK && MIMEType()) {
248 nodeInfo.SetType(MIMEType());
/haiku/headers/os/mail/
H A DMailComponent.h70 virtual status_t MIMEType(BMimeType *mime);
H A DMailAttachment.h111 virtual status_t MIMEType(BMimeType *mime);
/haiku/src/kits/mail/
H A DMailComponent.cpp62 MIMEType(&type);
112 MIMEType(&type);
356 BMailComponent::MIMEType(BMimeType* mime) function in class:BMailComponent
514 if (MIMEType(&type) == B_OK && textAny.Contains(&type))
663 MIMEType(&type);
H A DMailAttachment.cpp661 fContainer->MIMEType(&type);
764 BAttributedMailAttachment::MIMEType(BMimeType *mime) function in class:BAttributedMailAttachment
766 return _data->MIMEType(mime);
/haiku/src/apps/mail/
H A DEnclosures.cpp462 if (fComponent->MIMEType(&type) == B_OK)
H A DContent.cpp2290 component->MIMEType(&type);
2520 if (body->MIMEType(&type) == B_OK && type == "text/html") {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5005 ErrorCode = ComponentPntr->MIMEType (&ComponentMIMEType);

Completed in 284 milliseconds