Searched defs:shouldDecodeSourceDataOfMIMEType (Results 1 – 5 of 5) sorted by relevance
91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) in shouldDecodeSourceDataOfMIMEType() function in WebKit::Download
121 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result) in shouldDecodeSourceDataOfMIMEType() function in WebKit::DownloadProxy
69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* dow… in shouldDecodeSourceDataOfMIMEType() function in WebKit::WebDownloadClient
181 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::shouldDecodeSourceDataOfMIMEType(IWebDownload* d… in shouldDecodeSourceDataOfMIMEType() function in DefaultDownloadDelegate
92 …ContextDownloadShouldDecodeSourceDataOfMIMETypeCallback shouldDecodeSourceDataOfMIMEType; member