Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.cpp91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) in shouldDecodeSourceDataOfMIMEType() function in WebKit::Download
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp121 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result) in shouldDecodeSourceDataOfMIMEType() function in WebKit::DownloadProxy
/external/webkit/Source/WebKit2/UIProcess/
DWebDownloadClient.cpp69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* dow… in shouldDecodeSourceDataOfMIMEType() function in WebKit::WebDownloadClient
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.cpp181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* d… in shouldDecodeSourceDataOfMIMEType() function in DefaultDownloadDelegate
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h92 …ContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member