Home
last modified time | relevance | path

Searched refs:shouldDecodeSourceDataOfMIMEType (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebDownloadClient.cpp69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* dow… in shouldDecodeSourceDataOfMIMEType() function in WebKit::WebDownloadClient
71 if (!m_client.shouldDecodeSourceDataOfMIMEType) in shouldDecodeSourceDataOfMIMEType()
74 …return m_client.shouldDecodeSourceDataOfMIMEType(toAPI(webContext), toAPI(downloadProxy), toAPI(mi… in shouldDecodeSourceDataOfMIMEType()
DWebDownloadClient.h50 bool shouldDecodeSourceDataOfMIMEType(WebContext*, DownloadProxy*, const String& mimeType);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp121 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result) in shouldDecodeSourceDataOfMIMEType() function in WebKit::DownloadProxy
126 …result = m_webContext->downloadClient().shouldDecodeSourceDataOfMIMEType(m_webContext, this, mimeT… in shouldDecodeSourceDataOfMIMEType()
DDownloadProxy.h76 void shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result);
/external/webkit/Source/WebKit/mac/Misc/
DWebDownload.mm90 selector == @selector(download:shouldDecodeSourceDataOfMIMEType:) ||
155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
157 return [realDelegate download:download shouldDecodeSourceDataOfMIMEType:encodingType];
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.h57 …virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR e…
DDefaultDownloadDelegate.cpp181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* d… in shouldDecodeSourceDataOfMIMEType() function in DefaultDownloadDelegate
DWebDownloadCFNet.cpp432 if (FAILED(m_delegate->shouldDecodeSourceDataOfMIMEType(this, BString(mimeType), &result))) { in shouldDecodeDataOfMIMEType()
DChangeLog-2009-06-1617429 (DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType):
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h82 bool shouldDecodeSourceDataOfMIMEType(const String& mimeType);
DDownload.cpp91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) in shouldDecodeSourceDataOfMIMEType() function in WebKit::Download
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h92 …ContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm268 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType
271 return _download->shouldDecodeSourceDataOfMIMEType(encodingType);
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp181 return downloadFromClientInfo(clientInfo)->shouldDecodeSourceDataOfMIMEType(encodingType); in shouldDecodeDataOfMIMETypeCallback()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDownload.idl149 …HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out…
/external/webkit/Source/WebKit/mac/
DWebKit.order2592 -[WebDownloadInternal download:shouldDecodeSourceDataOfMIMEType:]
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1617233 (-[WKDownloadAsDelegate download:shouldDecodeSourceDataOfMIMEType:]):
18373 Add shouldDecodeSourceDataOfMIMEType WKContextDownloadClient callback
18377 Add shouldDecodeSourceDataOfMIMEType callback.
18380 (WebKit::DownloadProxy::shouldDecodeSourceDataOfMIMEType):
18381 Call WebDownloadClient::shouldDecodeSourceDataOfMIMEType.
18391 (WebKit::WebDownloadClient::shouldDecodeSourceDataOfMIMEType):
18399 (WebKit::Download::shouldDecodeSourceDataOfMIMEType):
18406 (-[WKDownloadAsDelegate download:shouldDecodeSourceDataOfMIMEType:]):
18407 Call Download::shouldDecodeSourceDataOfMIMEType.