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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.h60 virtual HRESULT STDMETHODCALLTYPE didBegin(IWebDownload* download);
H A DWebDownloadCurl.cpp94 m_delegate->didBegin(this);
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");
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl155 HRESULT didBegin([in] IWebDownload* download);

Completed in 91 milliseconds