Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
DContentType.cpp33 ContentType::ContentType(const String& contentType) in ContentType() function in WebCore::ContentType
38 String ContentType::parameter(const String& parameterName) const in parameter()
67 String ContentType::type() const in type()
DContentType.h34 class ContentType {
36 ContentType(const String& type);
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java64 public class ContentType class
78 public ContentType() { in ContentType() method in ContentType
86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType
206 ContentType retval = (ContentType) super.clone(); in clone()
DNameMap.java125 putNameMap(CONTENT_TYPE, ContentType.class.getName()); //24 in initializeNameMap()
DHeaderFactoryImpl.java417 ContentType c = new ContentType(); in createContentTypeHeader()
/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.h72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enum
73 static ContentType determineContentType(const String& mimeType);
74 static const TextEncoding& defaultEncoding(ContentType, const TextEncoding& defaultEncoding);
83 ContentType m_contentType;
DTextResourceDecoder.cpp282 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType) in determineContentType()
293 const TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const TextEncodin… in defaultEncoding()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DContentTypeParser.java58 ContentType contentType = new ContentType(); in parse()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.h92 class ContentType; variable
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
202 void load(const String& url, const ContentType&);
DMediaPlayer.cpp327 void MediaPlayer::load(const String& url, const ContentType& contentType) in load()
631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType) in supportsType()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h89 …enum ContentType { HTMLContentType, DirectImageContentType, ColorContentType, MediaContentType, Ca… enum
95 ContentType contentType;
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java199 sipRequest.setHeader((ContentType) contentType); in createRequest()
360 sipResponse.setHeader((ContentType) contentType); in createResponse()
474 sipResponse.setHeader((ContentType) contentType); in createResponse()
838 ContentTypeHeader cth = new ContentType(contentType[i],contentSubtype[i]); in createMultipartMimeContent()
DSIPMessage.java41 import gov.nist.javax.sip.header.ContentType;
932 public ContentType getContentTypeHeader() { in getContentTypeHeader()
933 return (ContentType) getHeaderLowerCase(CONTENT_TYPE_LOWERCASE); in getContentTypeHeader()
1216 ContentType ct = new ContentType(type, subType); in setMessageContent()
1276 ContentType ct = new ContentType(type, subType); in setMessageContent()
1864 ContentType ct = getContentTypeHeader(); in getCharset()
DSIPResponse.java38 import gov.nist.javax.sip.header.ContentType;
698 || nextHeader instanceof ContentType in createRequest()
DSIPRequest.java841 } else if (nextHeader instanceof ContentType) { in createAckRequest()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h280 void loadResource(const KURL&, ContentType&);
292 KURL selectNextSourceChild(ContentType*, InvalidSourceAction);
DHTMLMediaElement.cpp489 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType)); in canPlayType()
664 ContentType contentType(""); in selectMediaResource()
681 ContentType contentType(""); in loadNextSourceChild()
697 void HTMLMediaElement::loadResource(const KURL& initialURL, ContentType& contentType) in loadResource()
1729 KURL HTMLMediaElement::selectNextSourceChild(ContentType *contentType, InvalidSourceAction actionIf… in selectNextSourceChild()
1787 if (!MediaPlayer::supportsType(ContentType(source->type()))) in selectNextSourceChild()
1805 *contentType = ContentType(source->type()); in selectNextSourceChild()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageChannel.java38 import gov.nist.javax.sip.header.ContentType;
418 ContentTypeHeader cth = new ContentType("message", "sipfrag"); in createBadReqRes()
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp361 if (MediaPlayer::supportsType(ContentType(type))) in createDocument()
/external/webkit/Source/WebCore/
DAndroid.mk539 platform/ContentType.cpp \
DWebCore.pro960 platform/ContentType.cpp \
1902 platform/ContentType.h \
DCMakeLists.txt1051 platform/ContentType.cpp
DGNUmakefile.list.am2309 Source/WebCore/platform/ContentType.cpp \
2310 Source/WebCore/platform/ContentType.h \
DGNUmakefile.am2315 Source/WebCore/platform/ContentType.cpp \
2316 Source/WebCore/platform/ContentType.h \
DWebCore.gypi3544 'platform/ContentType.cpp',
3545 'platform/ContentType.h',

12