HomeSort by relevance Sort by last modified time
    Searched defs:MIMEType (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebResource.cpp 41 WebResource::WebResource(IStream* data, const WebCore::KURL& url, const WebCore::String& mimeType, const WebCore::String& textEncodingName, const WebCore::String& frameName)
45 , m_mimeType(mimeType)
63 WebResource* instance = new WebResource(memoryStream.get(), response.url(), response.mimeType(), response.textEncodingName(), String());
103 /* [in] */ BSTR mimeType,
109 m_mimeType = String(mimeType);
135 HRESULT STDMETHODCALLTYPE WebResource::MIMEType(
WebURLResponse.cpp 295 /* [in] */ BSTR mimeType,
299 m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedContentLength, String(textEncodingName), String());
303 HRESULT STDMETHODCALLTYPE WebURLResponse::MIMEType(
306 BString mimeType(m_response.mimeType());
307 *result = mimeType.release();
308 if (!m_response.mimeType().isNull() && !*result)
431 if (m_response.mimeType().isEmpty())
434 BString mimeType(m_response.mimeType());
    [all...]

Completed in 166 milliseconds