Searched refs:MIMEType (Results 1 – 19 of 19) sorted by relevance
27 virtual const char* MIMEType();
77 BitmapExporter::MIMEType() in MIMEType() function in BitmapExporter
242 if (ret >= B_OK && MIMEType()) { in _Export()248 nodeInfo.SetType(MIMEType()); in _Export()
46 virtual const char* MIMEType() = 0;
24 virtual const char* MIMEType() { return "text/x-vnd.Be.ResourceDef"; } in MIMEType() function
24 virtual const char* MIMEType() { return "text/x-source-code"; } in MIMEType() function
69 virtual const char* MIMEType() { return NULL; } in MIMEType() function
35 virtual const char* MIMEType();
127 MessageExporter::MIMEType() in MIMEType() function in MessageExporter
35 virtual const char* MIMEType() { return "image/svg+xml"; } in MIMEType() function
62 MIMEType(&type); in ComponentType()112 MIMEType(&type); in IsAttachment()356 BMailComponent::MIMEType(BMimeType* mime) in MIMEType() function in BMailComponent514 if (MIMEType(&type) == B_OK && textAny.Contains(&type)) in GetDecodedData()663 MIMEType(&type); in RenderToRFC822()
661 fContainer->MIMEType(&type); in SetToRFC822()764 BAttributedMailAttachment::MIMEType(BMimeType *mime) in MIMEType() function in BAttributedMailAttachment766 return _data->MIMEType(mime); in MIMEType()
70 virtual status_t MIMEType(BMimeType *mime);
111 virtual status_t MIMEType(BMimeType *mime);
462 if (fComponent->MIMEType(&type) == B_OK) in DrawItem()
2290 component->MIMEType(&type); in ParseMail()2520 if (body->MIMEType(&type) == B_OK && type == "text/html") { in Run()
283 \fn virtual status_t BMailComponent::MIMEType(BMimeType *mime)
78 MIMEType ::= Supertype "/" [ Subtype ]
5005 ErrorCode = ComponentPntr->MIMEType (&ComponentMIMEType); in RecursivelyTokenizeMailComponent()