Searched defs:ContentType (Results 1 - 6 of 6) 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/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();
/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;
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 839 milliseconds