Searched refs:WebDownload (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.cpp28 #include "WebDownload.h"
53 // WebDownload ----------------------------------------------------------------
55 WebDownload::WebDownload() function in class:WebDownload
59 gClassNameCount.add("WebDownload");
62 WebDownload::~WebDownload()
64 LOG(Download, "WebDownload - Destroying download (%p)", this);
67 gClassNameCount.remove("WebDownload");
70 WebDownload* WebDownloa
[all...]
H A DWebDownloadCurl.cpp28 #include "WebDownload.h"
56 // WebDownload ----------------------------------------------------------------
58 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate)
63 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate)
72 HRESULT STDMETHODCALLTYPE WebDownload::initWithRequest(
80 HRESULT STDMETHODCALLTYPE WebDownload::initToResumeWithBundle(
88 HRESULT STDMETHODCALLTYPE WebDownload::start()
99 HRESULT STDMETHODCALLTYPE WebDownload::cancel()
107 HRESULT STDMETHODCALLTYPE WebDownload::cancelForResume()
113 HRESULT STDMETHODCALLTYPE WebDownload
[all...]
H A DWebDownloadCFNet.cpp28 #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
[all...]
H A DWebDownload.h47 class WebDownload class in inherits:IWebDownload,IWebURLAuthenticationChallengeSender,CurlDownloadListener
55 static WebDownload* createInstance(const WebCore::KURL&, IWebDownloadDelegate*);
56 static WebDownload* createInstance(WebCore::ResourceHandle*, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&, IWebDownloadDelegate*);
57 static WebDownload* createInstance();
59 WebDownload();
62 ~WebDownload();
H A DForEachCoClass.h45 macro(WebDownload) \
H A DWebView.cpp43 #include "WebDownload.h"
6537 // It's the delegate's job to ref the WebDownload to keep it alive - otherwise it will be
6539 COMPtr<WebDownload> download(AdoptCOM, WebDownload::createInstance(url, m_downloadDelegate.get()));
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.h34 @class WebDownload
35 @discussion A WebDownload works just like an NSURLDownload, with
44 @interface WebDownload : NSURLDownload
65 - (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download;
H A DWebDownloadInternal.h29 #import <WebKit/WebDownload.h>
35 @interface WebDownload (WebDownloadCreation)
H A DWebKit.h35 #import <WebKit/WebDownload.h>
H A DWebDownload.mm29 #import <WebKit/WebDownload.h>
144 window = [realDelegate downloadWindowForAuthenticationSheet:(WebDownload *)download];
207 @implementation WebDownload
279 // <rdar://problem/3913270> NSURLConnection calls unimplemented delegate method in WebDownload
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewInternal.h62 @class WebDownload;
153 - (WebDownload *)_downloadURL:(NSURL *)URL;
H A DWebView.mm56 #import "WebDownload.h"
1189 - (WebDownload *)_downloadURL:(NSURL *)URL
1194 WebDownload *download = [WebDownload _downloadWithRequest:request
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DWebKit.idl232 coclass WebDownload {
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h35 @class WebDownload;
H A DWebFrameLoaderClient.mm284 WebDownload *webDownload = [[WebDownload alloc] initWithRequest:request.nsURLRequest(UpdateHTTPBody) delegate:[webView downloadDelegate]];
292 ASSERT([WebDownload respondsToSelector:@selector(_downloadWithLoadingCFURLConnection:request:response:delegate:proxy:)]);
294 [WebDownload _downloadWithLoadingCFURLConnection:connection
304 [WebDownload _downloadWithLoadingConnection:handle->connection()
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp43 #include "WebDownload.h"
177 // into the WebDownload - which may or may not decide to use a DefaultDownloadDelegate
183 // Its the delegate's job to ref the WebDownload to keep it alive - otherwise it will be destroyed
185 COMPtr<WebDownload> download;
186 download.adoptRef(WebDownload::createInstance(documentLoader->mainResourceLoader()->handle(), request, response, downloadDelegate.get()));

Completed in 229 milliseconds