HomeSort by relevance Sort by last modified time
    Searched refs:WebDownload (Results 1 - 16 of 16) 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...]
WebDownloadCurl.cpp 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
    [all...]
WebDownloadCFNet.cpp 28 #include "WebDownload.h"
73 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate)
78 LOG_ERROR("WebDownload::WebDownload(ResourceHandle*,...) called with an inactive ResourceHandle");
93 LOG_ERROR("WebDownload - Failed to create WebDownload from existing connection (%s)", request.url().string().utf8().data());
95 LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.url().string().utf8().data());
104 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate)
121 LOG(Download, "WebDownload - Initialized download of url %s in WebDownload %p", url.string().utf8().data(), this)
    [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();
ForEachCoClass.h 45 macro(WebDownload) \
WebFrame.cpp 41 #include "WebDownload.h"
    [all...]
WebView.cpp 40 #include "WebDownload.h"
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.h 34 @class WebDownload
35 @discussion A WebDownload works just like an NSURLDownload, with
44 @interface WebDownload : NSURLDownload
65 - (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download;
WebDownloadInternal.h 29 #import <WebKit/WebDownload.h>
31 @interface WebDownload (WebDownloadCreation)
WebKit.h 35 #import <WebKit/WebDownload.h>
WebDownload.mm 29 #import <WebKit/WebDownload.h>
129 window = [realDelegate downloadWindowForAuthenticationSheet:(WebDownload *)download];
192 @implementation WebDownload
252 // <rdar://problem/3913270> NSURLConnection calls unimplemented delegate method in WebDownload
  /external/webkit/Source/WebKit/mac/WebView/
WebViewInternal.h 54 @class WebDownload;
134 - (WebDownload *)_downloadURL:(NSURL *)URL;
WebView.mm 54 #import "WebDownload.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 35 @class WebDownload;
236 void setOriginalURLForDownload(WebDownload *, const WebCore::ResourceRequest&) const;
WebFrameLoaderClient.mm 293 WebDownload *download = [WebDownload _downloadWithLoadingConnection:handle->connection()
302 void WebFrameLoaderClient::setOriginalURLForDownload(WebDownload *download, const ResourceRequest& initialRequest) const
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 230 coclass WebDownload {

Completed in 5174 milliseconds