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

  /external/webkit/Source/WebKit/win/
WebResource.cpp 38 WebResource::WebResource(IStream* data, const WebCore::KURL& url, const WTF::String& mimeType, const WTF::String& textEncodingName, const WTF::String& frameName)
42 , m_mimeType(mimeType)
60 WebResource* instance = new WebResource(memoryStream.get(), response.url(), response.mimeType(), response.textEncodingName(), String());
100 /* [in] */ BSTR mimeType,
106 m_mimeType = String(mimeType);
132 HRESULT STDMETHODCALLTYPE WebResource::MIMEType(
WebURLResponse.cpp 293 /* [in] */ BSTR mimeType,
297 m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedContentLength, String(textEncodingName), String());
301 HRESULT STDMETHODCALLTYPE WebURLResponse::MIMEType(
304 BString mimeType(m_response.mimeType());
305 *result = mimeType.release();
306 if (!m_response.mimeType().isNull() && !*result)
429 if (m_response.mimeType().isEmpty())
432 BString mimeType(m_response.mimeType());
    [all...]

Completed in 157 milliseconds