Searched refs:shouldDecode (Results 1 - 3 of 3) sorted by relevance

/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) argument
186 *shouldDecode = false;
/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);

Completed in 119 milliseconds