Home | History | Annotate | Download | only in win

Lines Matching defs:WebDownload

28 #include "WebDownload.h"
53 // WebDownload ----------------------------------------------------------------
55 WebDownload::WebDownload()
59 gClassNameCount.add("WebDownload");
62 WebDownload::~WebDownload()
64 LOG(Download, "WebDownload - Destroying download (%p)", this);
67 gClassNameCount.remove("WebDownload");
70 WebDownload* WebDownload::createInstance()
72 WebDownload* instance = new WebDownload();
77 WebDownload* WebDownload::createInstance(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate)
79 WebDownload* instance = new WebDownload();
85 WebDownload* WebDownload::createInstance(const KURL& url, IWebDownloadDelegate* delegate)
87 WebDownload* instance = new WebDownload();
95 HRESULT STDMETHODCALLTYPE WebDownload::QueryInterface(REFIID riid, void** ppvObject)
105 *ppvObject = static_cast<WebDownload*>(this);
113 ULONG STDMETHODCALLTYPE WebDownload::AddRef(void)
118 ULONG STDMETHODCALLTYPE WebDownload::Release(void)
129 HRESULT STDMETHODCALLTYPE WebDownload::canResumeDownloadDecodedWithEncodingMIMEType(
137 HRESULT STDMETHODCALLTYPE WebDownload::bundlePathForTargetPath(
158 HRESULT STDMETHODCALLTYPE WebDownload::request(