Home | History | Annotate | Download | only in win

Lines Matching refs:WebDownload

28 #include "WebDownload.h"
57 // WebDownload ----------------------------------------------------------------
59 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate)
64 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate)
71 HRESULT STDMETHODCALLTYPE WebDownload::initWithRequest(
79 HRESULT STDMETHODCALLTYPE WebDownload::initToResumeWithBundle(
87 HRESULT STDMETHODCALLTYPE WebDownload::start()
93 HRESULT STDMETHODCALLTYPE WebDownload::cancel()
99 HRESULT STDMETHODCALLTYPE WebDownload::cancelForResume()
105 HRESULT STDMETHODCALLTYPE WebDownload::deletesFileUponFailure(
112 HRESULT STDMETHODCALLTYPE WebDownload::setDeletesFileUponFailure(
119 HRESULT STDMETHODCALLTYPE WebDownload::setDestination(
129 HRESULT STDMETHODCALLTYPE WebDownload::cancelAuthenticationChallenge(
136 HRESULT STDMETHODCALLTYPE WebDownload::continueWithoutCredentialForAuthenticationChallenge(
143 HRESULT STDMETHODCALLTYPE WebDownload::useCredential(