Searched refs:contentType (Results 1 - 25 of 187) sorted by relevance

12345678

/external/webkit/Source/WebCore/xml/
H A DDOMParser.cpp28 PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType) argument
30 if (!DOMImplementation::isXMLMIMEType(contentType))
33 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
H A DDOMParser.idl22 Document parseFromString(in DOMString str, in DOMString contentType);
H A DDOMParser.h34 PassRefPtr<Document> parseFromString(const String&, const String& contentType);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentTypeParser.java48 public ContentTypeParser(String contentType) { argument
49 super(contentType);
58 ContentType contentType = new ContentType();
69 contentType.setContentType(type.getTokenValue());
76 contentType.setContentSubType(subType.getTokenValue());
77 super.parse(contentType);
83 return contentType;
/external/webkit/Source/WebCore/platform/network/
H A DBlobStorageData.h42 static PassRefPtr<BlobStorageData> create(const String& contentType, const String& contentDisposition) argument
44 return adoptRef(new BlobStorageData(contentType, contentDisposition));
47 const String& contentType() const { return m_data.contentType(); } function in class:WebCore::BlobStorageData
54 BlobStorageData(const String& contentType, const String& contentDisposition) argument
56 m_data.setContentType(contentType);
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php37 $contentType = $_SERVER['CONTENT_TYPE']; variable
51 if (isset($contentType)
52 && !preg_match("/^application\/x\-www\-form\-urlencoded(;.+)?$/", $contentType)
53 && !preg_match("/^multipart\/form\-data(;.+)?$/", $contentType)
54 && !preg_match("/^text\/plain(;.+)?$/", $contentType)) {
55 setState("FAIL. Non-simple content type: $contentType.", $stateFile);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java19 private ASN1ObjectIdentifier contentType; field in class:ContentInfo
45 contentType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
60 ASN1ObjectIdentifier contentType,
63 this.contentType = contentType;
69 return contentType;
81 * contentType ContentType,
83 * [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
90 v.add(contentType);
59 ContentInfo( ASN1ObjectIdentifier contentType, ASN1Encodable content) argument
H A DCMSAttributes.java8 public static final ASN1ObjectIdentifier contentType = PKCSObjectIdentifiers.pkcs_9_at_contentType; field in interface:CMSAttributes
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java20 private ASN1ObjectIdentifier contentType; field in class:ContentInfo
45 contentType = (ASN1ObjectIdentifier)e.nextElement();
56 ASN1ObjectIdentifier contentType,
59 this.contentType = contentType;
65 return contentType;
77 * contentType ContentType,
79 * [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
86 v.add(contentType);
55 ContentInfo( ASN1ObjectIdentifier contentType, ASN1Encodable content) argument
/external/nist-sip/java/javax/sip/header/
H A DContentTypeHeader.java9 void setContentType(String contentType, String contentSubType) argument
H A DMediaType.java10 void setContentType(String contentType) throws ParseException; argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentType.java83 *@param contentType is the content type.
86 public ContentType(String contentType, String contentSubtype) { argument
88 this.setContentType(contentType, contentSubtype);
170 *@param contentType Content type string.
173 public void setContentType(String contentType, String contentSubType) { argument
176 mediaRange.setType(contentType);
182 *@param contentType Content type string.
185 public void setContentType(String contentType) throws ParseException { argument
186 if (contentType == null)
190 mediaRange.setType(contentType);
197 setContentSubType(String contentType) argument
[all...]
/external/apache-http/src/org/apache/http/entity/
H A DAbstractHttpEntity.java59 protected Header contentType; field in class:AbstractHttpEntity
89 * {@link #contentType contentType} attribute.
94 return this.contentType;
124 * {@link #contentType contentType} attribute.
126 * @param contentType the new Content-Encoding header, or
129 public void setContentType(final Header contentType) { argument
130 this.contentType = contentType;
[all...]
H A DFileEntity.java53 public FileEntity(final File file, final String contentType) { argument
59 setContentType(contentType);
/external/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLRequestExtras.h40 - (void)_web_setHTTPContentType:(NSString *)contentType;
H A DWebNSURLRequestExtras.m64 - (void)_web_setHTTPContentType:(NSString *)contentType
66 [self setValue:contentType forHTTPHeaderField:WebContentType];
/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings_exceptions_area.js12 * @param {string} contentType The type of the list.
21 function ExceptionsListItem(contentType, mode, enableAskOption, exception) {
24 el.contentType = contentType;
77 if (this.contentType == 'cookies') {
112 if (this.contentType == 'notifications' ||
113 this.contentType == 'location') {
122 [listItem.contentType, listItem.mode, input.value]);
252 [this.contentType, this.mode, oldPattern]);
256 [this.contentType, thi
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java51 * normally include contentType, signingTime, and messageDigest. If the constructor
52 * using an AttributeTable was used, entries in it for contentType, signingTime, and
64 if (!std.containsKey(CMSAttributes.contentType))
66 DERObjectIdentifier contentType = (DERObjectIdentifier)
69 // contentType will be null if we're trying to generate a counter signature.
70 if (contentType != null)
72 Attribute attr = new Attribute(CMSAttributes.contentType,
73 new DERSet(contentType));
/external/nist-sip/java/javax/sip/message/
H A DMessageFactory.java18 MaxForwardsHeader maxForwards, ContentTypeHeader contentType,
23 MaxForwardsHeader maxForwards, ContentTypeHeader contentType,
34 MaxForwardsHeader maxForwards, ContentTypeHeader contentType,
39 MaxForwardsHeader maxForwards, ContentTypeHeader contentType,
47 ContentTypeHeader contentType, Object content)
51 ContentTypeHeader contentType, byte[] content)
16 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
21 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
32 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
37 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
46 createResponse(int statusCode, Request request, ContentTypeHeader contentType, Object content) argument
50 createResponse(int statusCode, Request request, ContentTypeHeader contentType, byte[] content) argument
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_documentgetdoctype.js104 (builder.contentType == "text/html")
122 (builder.contentType == "image/svg+xml")
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_documentgetdoctype.js104 (builder.contentType == "text/html")
122 (builder.contentType == "image/svg+xml")
/external/webkit/Source/WebCore/fileapi/
H A DBlob.idl41 Blob webkitSlice(in long long start, in [Optional] long long end, in [Optional, ConvertUndefinedOrNullToNullString] DOMString contentType);
H A DWebKitBlobBuilder.idl38 Blob getBlob(in [Optional, ConvertUndefinedOrNullToNullString] DOMString contentType);
H A DBlob.cpp41 : m_type(blobData->contentType())
66 PassRefPtr<Blob> Blob::webkitSlice(long long start, long long end, const String& contentType) const
101 blobData->setContentType(contentType);

Completed in 842 milliseconds

12345678