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

12345678

/macosx-10.9.5/WebCore-7537.78.1/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.idl25 [Default=Undefined] optional DOMString contentType);
H A DDOMParser.h34 PassRefPtr<Document> parseFromString(const String&, const String& contentType);
/macosx-10.9.5/WebCore-7537.78.1/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);
H A DParsedContentType.cpp154 bool parseContentType(const String& contentType, ReceiverType& receiver) argument
157 unsigned contentTypeLength = contentType.length();
158 skipSpaces(contentType, index);
160 LOG_ERROR("Invalid Content-Type string '%s'", contentType.ascii().data());
165 size_t semiColonIndex = contentType.find(';', index);
174 skipSpaces(contentType, index);
175 SubstringRange keyRange = parseToken(contentType, index);
182 if (contentType[index++] != '=' || index >= contentTypeLength) {
190 if (contentType[index] == '"')
191 valueRange = parseQuotedString(contentType, inde
215 isValidContentType(const String& contentType) argument
224 ParsedContentType(const String& contentType) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DBlob.cpp66 : m_type(blobData->contentType())
90 bool Blob::isValidContentType(const String& contentType) argument
92 if (contentType.isNull())
95 size_t length = contentType.length();
96 if (contentType.is8Bit()) {
97 const LChar* characters = contentType.characters8();
103 const UChar* characters = contentType.characters16();
112 String Blob::normalizedContentType(const String& contentType) argument
114 if (Blob::isValidContentType(contentType))
115 return contentType
119 isNormalizedContentType(const String& contentType) argument
145 isNormalizedContentType(const CString& contentType) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dpkcs7Templates.c53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareSecAsn1Items(&dci->contentType,
113 else if(nssCompareSecAsn1Items(&dci->contentType,
118 else if(nssCompareSecAsn1Items(&dci->contentType,
123 else if(nssCompareSecAsn1Items(&dci->contentType,
128 else if(nssCompareSecAsn1Items(&dci->contentType,
133 else if(nssCompareSecAsn1Items(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
H A Dpkcs7Templates.h56 * contentType ContentType,
57 * content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL
61 SecAsn1Oid contentType; member in struct:__anon3598
81 * contentType ContentType,
92 SecAsn1Oid contentType; member in struct:__anon3599
137 * Decoded ContentInfo. Decoded via SEC_ASN1_DYNAMIC per contentType.
140 SecAsn1Oid contentType; member in struct:__anon3602
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dpkcs7Templates.c53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareSecAsn1Items(&dci->contentType,
113 else if(nssCompareSecAsn1Items(&dci->contentType,
118 else if(nssCompareSecAsn1Items(&dci->contentType,
123 else if(nssCompareSecAsn1Items(&dci->contentType,
128 else if(nssCompareSecAsn1Items(&dci->contentType,
133 else if(nssCompareSecAsn1Items(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
H A Dpkcs7Templates.h56 * contentType ContentType,
57 * content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL
61 SecAsn1Oid contentType; member in struct:__anon4033
81 * contentType ContentType,
92 SecAsn1Oid contentType; member in struct:__anon4034
137 * Decoded ContentInfo. Decoded via SEC_ASN1_DYNAMIC per contentType.
140 SecAsn1Oid contentType; member in struct:__anon4037
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dpkcs7Templates.c53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareSecAsn1Items(&dci->contentType,
113 else if(nssCompareSecAsn1Items(&dci->contentType,
118 else if(nssCompareSecAsn1Items(&dci->contentType,
123 else if(nssCompareSecAsn1Items(&dci->contentType,
128 else if(nssCompareSecAsn1Items(&dci->contentType,
133 else if(nssCompareSecAsn1Items(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dpkcs7Templates.c53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareSecAsn1Items(&dci->contentType,
113 else if(nssCompareSecAsn1Items(&dci->contentType,
118 else if(nssCompareSecAsn1Items(&dci->contentType,
123 else if(nssCompareSecAsn1Items(&dci->contentType,
128 else if(nssCompareSecAsn1Items(&dci->contentType,
133 else if(nssCompareSecAsn1Items(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs7Templates.cpp53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareCssmData(&dci->contentType,
113 else if(nssCompareCssmData(&dci->contentType,
118 else if(nssCompareCssmData(&dci->contentType,
123 else if(nssCompareCssmData(&dci->contentType,
128 else if(nssCompareCssmData(&dci->contentType,
133 else if(nssCompareCssmData(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
H A Dpkcs7Templates.h58 * contentType ContentType,
59 * content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL
63 CSSM_OID contentType; member in struct:__anon3811
83 * contentType ContentType,
94 CSSM_OID contentType; member in struct:__anon3812
139 * Decoded ContentInfo. Decoded via SEC_ASN1_DYNAMIC per contentType.
142 CSSM_OID contentType; member in struct:__anon3815
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs7Templates.cpp53 offsetof(NSS_P7_RawContentInfo,contentType) },
68 offsetof(NSS_P7_EncrContentInfo,contentType) },
108 if(nssCompareCssmData(&dci->contentType,
113 else if(nssCompareCssmData(&dci->contentType,
118 else if(nssCompareCssmData(&dci->contentType,
123 else if(nssCompareCssmData(&dci->contentType,
128 else if(nssCompareCssmData(&dci->contentType,
133 else if(nssCompareCssmData(&dci->contentType,
155 offsetof(NSS_P7_DecodedContentInfo,contentType) },
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
/macosx-10.9.5/WebKit-7537.78.2/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];
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceResponseSoup.cpp92 String contentType; local
95 contentType = m_sniffedContentType;
97 contentType = officialType;
98 setMimeType(extractMIMETypeFromMediaType(contentType));
99 setTextEncodingName(extractCharsetFromMediaType(contentType));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/efl/
H A DWebInspectorServerEfl.cpp39 bool WebInspectorServer::platformResourceForPath(const String& path, Vector<char>& data, String& contentType) argument
43 buildPageList(data, contentType);
75 contentType = WebCore::MIMETypeRegistry::getMIMETypeForExtension(ext);
80 void WebInspectorServer::buildPageList(Vector<char>& data, String& contentType) argument
105 contentType = String("application/json; charset=utf-8", String::ConstructFromLiteral);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecNetscapeTemplates.h42 * ContentInfo with a contentType of netscape-cert-sequence and a content
53 CSSM_OID contentType; // netscape-cert-sequence member in struct:__anon3754
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecNetscapeTemplates.h42 * ContentInfo with a contentType of netscape-cert-sequence and a content
53 CSSM_OID contentType; // netscape-cert-sequence member in struct:__anon4640
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecNetscapeTemplates.h42 * ContentInfo with a contentType of netscape-cert-sequence and a content
53 CSSM_OID contentType; // netscape-cert-sequence member in struct:__anon4727
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquicknetworkreply.cpp38 QString QQuickNetworkReply::contentType() const function in class:QQuickNetworkReply
43 void QQuickNetworkReply::setContentType(const QString& contentType) argument
45 m_networkReplyData->data().m_contentType = contentType;
80 if (contentType().isEmpty()) {

Completed in 302 milliseconds

12345678