HomeSort by relevance Sort by last modified time
    Searched refs:didBegin (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.h 60 virtual HRESULT STDMETHODCALLTYPE didBegin(IWebDownload* download);
DefaultDownloadDelegate.cpp 210 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didBegin(IWebDownload* download)
212 LOG(Download, "DefaultDownloadDelegate %p - didBegin", download);
WebDownloadCFNet.cpp 358 if (FAILED(m_delegate->didBegin(this)))
359 LOG_ERROR("DownloadDelegate->didBegin failed");
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDownload.idl 155 HRESULT didBegin([in] IWebDownload* download);

Completed in 378 milliseconds