Home
last modified time | relevance | path

Searched refs:MIMEType (Results 1 – 19 of 19) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.h27 virtual const char* MIMEType();
H A DBitmapExporter.cpp77 BitmapExporter::MIMEType() in MIMEType() function in BitmapExporter
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp242 if (ret >= B_OK && MIMEType()) { in _Export()
248 nodeInfo.SetType(MIMEType()); in _Export()
H A DExporter.h46 virtual const char* MIMEType() = 0;
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DRDefExporter.h24 virtual const char* MIMEType() { return "text/x-vnd.Be.ResourceDef"; } in MIMEType() function
H A DSourceExporter.h24 virtual const char* MIMEType() { return "text/x-source-code"; } in MIMEType() function
H A DFlatIconExporter.h69 virtual const char* MIMEType() { return NULL; } in MIMEType() function
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h35 virtual const char* MIMEType();
H A DMessageExporter.cpp127 MessageExporter::MIMEType() in MIMEType() function in MessageExporter
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h35 virtual const char* MIMEType() { return "image/svg+xml"; } in MIMEType() function
/haiku/src/kits/mail/
H A DMailComponent.cpp62 MIMEType(&type); in ComponentType()
112 MIMEType(&type); in IsAttachment()
356 BMailComponent::MIMEType(BMimeType* mime) in MIMEType() function in BMailComponent
514 if (MIMEType(&type) == B_OK && textAny.Contains(&type)) in GetDecodedData()
663 MIMEType(&type); in RenderToRFC822()
H A DMailAttachment.cpp661 fContainer->MIMEType(&type); in SetToRFC822()
764 BAttributedMailAttachment::MIMEType(BMimeType *mime) in MIMEType() function in BAttributedMailAttachment
766 return _data->MIMEType(mime); in 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/apps/mail/
H A DEnclosures.cpp462 if (fComponent->MIMEType(&type) == B_OK) in DrawItem()
H A DContent.cpp2290 component->MIMEType(&type); in ParseMail()
2520 if (body->MIMEType(&type) == B_OK && type == "text/html") { in Run()
/haiku/docs/user/mail/
H A DMailComponent.dox283 \fn virtual status_t BMailComponent::MIMEType(BMimeType *mime)
/haiku/docs/user/storage/
H A DMimeType.dox78 MIMEType ::= Supertype "/" [ Subtype ]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5005 ErrorCode = ComponentPntr->MIMEType (&ComponentMIMEType); in RecursivelyTokenizeMailComponent()