Searched refs:didBegin (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.h60 virtual HRESULT STDMETHODCALLTYPE didBegin(IWebDownload* download);
H A DDefaultDownloadDelegate.cpp210 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didBegin(IWebDownload* download) function in class:DefaultDownloadDelegate
212 LOG(Download, "DefaultDownloadDelegate %p - didBegin", download);
H A DWebDownloadCFNet.cpp358 if (FAILED(m_delegate->didBegin(this)))
359 LOG_ERROR("DownloadDelegate->didBegin failed");
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDownload.idl155 HRESULT didBegin([in] IWebDownload* download);

Completed in 165 milliseconds