Lines Matching refs:DownloadProxy
27 #include "DownloadProxy.h"
47 PassRefPtr<DownloadProxy> DownloadProxy::create(WebContext* webContext)
49 return adoptRef(new DownloadProxy(webContext));
52 DownloadProxy::DownloadProxy(WebContext* webContext)
58 DownloadProxy::~DownloadProxy()
63 void DownloadProxy::cancel()
72 void DownloadProxy::invalidate()
78 void DownloadProxy::processDidClose()
86 void DownloadProxy::didStart(const ResourceRequest& request)
96 void DownloadProxy::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, uint64_t challengeID)
105 void DownloadProxy::didReceiveResponse(const ResourceResponse& response)
113 void DownloadProxy::didReceiveData(uint64_t length)
121 void DownloadProxy::shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result)
129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle)
140 void DownloadProxy::didCreateDestination(const String& path)
148 void DownloadProxy::didFinish()
155 // This can cause the DownloadProxy object to be deleted.
167 void DownloadProxy::didFail(const ResourceError& error, const CoreIPC::DataReference& resumeData)
176 // This can cause the DownloadProxy object to be deleted.
180 void DownloadProxy::didCancel(const CoreIPC::DataReference& resumeData)
186 // This can cause the DownloadProxy object to be deleted.