Searched refs:normalizedContentType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DBlob.cpp99 : m_type(Blob::normalizedContentType(type))
107 : m_type(Blob::normalizedContentType(type))
153 String Blob::normalizedContentType(const String& contentType) function in class:WebCore::Blob
H A DBlob.h79 static String normalizedContentType(const String&);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSBlobCustom.cpp134 RefPtr<Blob> blob = Blob::create(blobBuilder.finalize(), Blob::normalizedContentType(type));
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp244 String normalizedContentType = Blob::normalizedContentType(responseMIMEType()); // responseMIMEType defaults to text/xml which may be incorrect. local
245 m_responseBlob = Blob::create(WTF::move(data), normalizedContentType);

Completed in 302 milliseconds