Searched refs:shouldDecodeSourceDataOfMIMEType (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/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);
H A DWebDownloadClient.h50 bool shouldDecodeSourceDataOfMIMEType(WebContext*, DownloadProxy*, const String& mimeType);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxy.cpp136 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result) function in class:WebKit::DownloadProxy
141 result = m_webContext->downloadClient().shouldDecodeSourceDataOfMIMEType(m_webContext.get(), this, mimeType);
H A DDownloadProxy.h82 void shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.h57 virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode);
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());
H A DWebDownloadCFNet.cpp432 if (FAILED(m_delegate->shouldDecodeSourceDataOfMIMEType(this, BString(mimeType), &result))) {
433 LOG_ERROR("DownloadDelegate->shouldDecodeSourceDataOfMIMEType failed");
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm105 selector == @selector(download:shouldDecodeSourceDataOfMIMEType:) ||
170 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
172 return [realDelegate download:download shouldDecodeSourceDataOfMIMEType:encodingType];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.cpp90 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) function in class:WebKit::Download
H A DDownload.h89 bool shouldDecodeSourceDataOfMIMEType(const String& mimeType);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm217 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
222 returnValue = _download->shouldDecodeSourceDataOfMIMEType(encodingType);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl149 HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out, retval] BOOL* shouldDecode);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp218 return downloadFromClientInfo(clientInfo)->shouldDecodeSourceDataOfMIMEType(encodingType);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKContext.h120 WKContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member in struct:WKContextDownloadClient

Completed in 208 milliseconds