HomeSort by relevance Sort by last modified time
    Searched defs:WebDownload (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/
WebDownload.cpp 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(
    [all...]
WebDownload.h 45 class WebDownload : public IWebDownload, public 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();

Completed in 265 milliseconds