Searched defs:shouldDecodeSourceDataOfMIMEType (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* downloadProxy, const String& mimeType) function in class:WebKit::WebDownloadClient
71 if (!m_client.shouldDecodeSourceDataOfMIMEType)
74 return m_client.shouldDecodeSourceDataOfMIMEType(toAPI(webContext), toAPI(downloadProxy), toAPI(mimeType.impl()), m_client.clientInfo);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp121 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result) function in class:WebKit::DownloadProxy
126 result = m_webContext->downloadClient().shouldDecodeSourceDataOfMIMEType(m_webContext, this, mimeType);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) function in class:WebKit::Download
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode) function in class:DefaultDownloadDelegate
183 LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String(encodingType, SysStringLen(encodingType)).ascii().data());
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h92 WKContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member in struct:WKContextDownloadClient

Completed in 554 milliseconds