Searched defs:WebDownload (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
H A DWebDownload.h45 class WebDownload : public IWebDownload, public IWebURLAuthenticationChallengeSender class in inherits:IWebDownload,IWebURLAuthenticationChallengeSender
48 static WebDownload* createInstance(const WebCore::KURL&, IWebDownloadDelegate*);
49 static WebDownload* createInstance(WebCore::ResourceHandle*, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&, IWebDownloadDelegate*);
50 static WebDownload* createInstance();
52 WebDownload();
55 ~WebDownload();
H A DWebDownload.cpp28 #include "WebDownload.h"
59 const String& WebDownload::bundleExtension()
65 UInt32 WebDownload::bundleMagicNumber()
70 // WebDownload ----------------------------------------------------------------
72 WebDownload::WebDownload() function in class:WebDownload
76 gClassNameCount.add("WebDownload");
79 WebDownload::~WebDownload()
81 LOG(Download, "WebDownload
[all...]

Completed in 23 milliseconds