Searched refs:ContentType (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DContentType.h34 class ContentType { class in namespace:WebCore
36 ContentType(const String& type);
H A DContentType.cpp29 #include "ContentType.h"
33 ContentType::ContentType(const String& contentType) function in class:WebCore::ContentType
38 String ContentType::parameter(const String& parameterName) const
67 String ContentType::type() const
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.h72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enum in class:WebCore::TextResourceDecoder
73 static ContentType determineContentType(const String& mimeType);
74 static const TextEncoding& defaultEncoding(ContentType, const TextEncoding& defaultEncoding);
83 ContentType m_contentType;
H A DTextResourceDecoder.cpp282 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType)
293 const TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const TextEncoding& specifiedDefaultEncoding)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentTypeParser.java58 ContentType contentType = new ContentType();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentType.java35 * ContentType SIP Header
64 public class ContentType class in inherits:ParametersHeader,javax.sip.header.ContentTypeHeader
78 public ContentType() { method in class:ContentType
86 public ContentType(String contentType, String contentSubtype) { method in class:ContentType
206 ContentType retval = (ContentType) super.clone();
H A DNameMap.java125 putNameMap(CONTENT_TYPE, ContentType.class.getName()); //24
H A DHeaderFactoryImpl.java417 ContentType c = new ContentType();
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h92 class ContentType;
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
202 void load(const String& url, const ContentType&);
H A DMediaPlayer.cpp31 #include "ContentType.h"
327 void MediaPlayer::load(const String& url, const ContentType& contentType)
631 MediaPlayer::SupportsType MediaPlayer::supportsType(const ContentType& contentType)
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h89 enum ContentType { HTMLContentType, DirectImageContentType, ColorContentType, MediaContentType, Canvas3DContentType}; enum in class:WebCore::TextureMapperNode
95 ContentType contentType;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java199 sipRequest.setHeader((ContentType) contentType);
360 sipResponse.setHeader((ContentType) contentType);
474 sipResponse.setHeader((ContentType) contentType);
838 ContentTypeHeader cth = new ContentType(contentType[i],contentSubtype[i]);
H A DSIPMessage.java41 import gov.nist.javax.sip.header.ContentType;
932 public ContentType getContentTypeHeader() {
933 return (ContentType) getHeaderLowerCase(CONTENT_TYPE_LOWERCASE);
1216 ContentType ct = new ContentType(type, subType);
1276 ContentType ct = new ContentType(type, subType);
1864 ContentType ct = getContentTypeHeader();
H A DSIPResponse.java38 import gov.nist.javax.sip.header.ContentType;
698 || nextHeader instanceof ContentType
H A DSIPRequest.java841 } else if (nextHeader instanceof ContentType) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageChannel.java38 import gov.nist.javax.sip.header.ContentType;
418 ContentTypeHeader cth = new ContentType("message", "sipfrag");
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h280 void loadResource(const KURL&, ContentType&);
292 KURL selectNextSourceChild(ContentType*, InvalidSourceAction);
H A DHTMLMediaElement.cpp37 #include "ContentType.h"
488 MediaPlayer::SupportsType support = MediaPlayer::supportsType(ContentType(mimeType));
660 ContentType contentType("");
677 ContentType contentType("");
693 void HTMLMediaElement::loadResource(const KURL& initialURL, ContentType& contentType)
1707 KURL HTMLMediaElement::selectNextSourceChild(ContentType *contentType, InvalidSourceAction actionIfInvalid)
1765 if (!MediaPlayer::supportsType(ContentType(source->type())))
1783 *contentType = ContentType(source->type());
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp28 #include "ContentType.h"
361 if (MediaPlayer::supportsType(ContentType(type)))
/external/webkit/Source/WebCore/
H A DAndroid.mk537 platform/ContentType.cpp \

Completed in 214 milliseconds