/external/webkit/Source/WebKit2/UIProcess/ |
D | WebDownloadClient.cpp | 69 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()
|
D | WebDownloadClient.h | 50 bool shouldDecodeSourceDataOfMIMEType(WebContext*, DownloadProxy*, const String& mimeType);
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.cpp | 121 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()
|
D | DownloadProxy.h | 76 void shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebDownload.mm | 90 selector == @selector(download:shouldDecodeSourceDataOfMIMEType:) || 155 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType 157 return [realDelegate download:download shouldDecodeSourceDataOfMIMEType:encodingType];
|
/external/webkit/Source/WebKit/win/ |
D | DefaultDownloadDelegate.h | 57 …virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR e…
|
D | DefaultDownloadDelegate.cpp | 181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* d… in shouldDecodeSourceDataOfMIMEType() function in DefaultDownloadDelegate
|
D | WebDownloadCFNet.cpp | 432 if (FAILED(m_delegate->shouldDecodeSourceDataOfMIMEType(this, BString(mimeType), &result))) { in shouldDecodeDataOfMIMEType()
|
D | ChangeLog-2009-06-16 | 17429 (DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType):
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.h | 82 bool shouldDecodeSourceDataOfMIMEType(const String& mimeType);
|
D | Download.cpp | 91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) in shouldDecodeSourceDataOfMIMEType() function in WebKit::Download
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.h | 92 …ContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 268 - (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType 271 return _download->shouldDecodeSourceDataOfMIMEType(encodingType);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 181 return downloadFromClientInfo(clientInfo)->shouldDecodeSourceDataOfMIMEType(encodingType); in shouldDecodeDataOfMIMETypeCallback()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebDownload.idl | 149 …HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out…
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 2592 -[WebDownloadInternal download:shouldDecodeSourceDataOfMIMEType:]
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 17233 (-[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.
|