Home
last modified time | relevance | path

Searched refs:Download (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.cpp42 PassOwnPtr<Download> Download::create(uint64_t downloadID, const ResourceRequest& request) in create()
44 return adoptPtr(new Download(downloadID, request)); in create()
47 Download::Download(uint64_t downloadID, const ResourceRequest& request) in Download() function in WebKit::Download
59 Download::~Download() in ~Download()
66 CoreIPC::Connection* Download::connection() const in connection()
71 void Download::didStart() in didStart()
76 void Download::didReceiveAuthenticationChallenge(const AuthenticationChallenge& authenticationChall… in didReceiveAuthenticationChallenge()
81 void Download::didReceiveResponse(const ResourceResponse& response) in didReceiveResponse()
86 void Download::didReceiveData(uint64_t length) in didReceiveData()
91 bool Download::shouldDecodeSourceDataOfMIMEType(const String& mimeType) in shouldDecodeSourceDataOfMIMEType()
[all …]
DDownloadManager.cpp49 OwnPtr<Download> download = Download::create(downloadID, request); in startDownload()
58 OwnPtr<Download> download = Download::create(downloadID, request); in convertHandleToDownload()
67 Download* download = m_downloads.get(downloadID); in cancelDownload()
74 void DownloadManager::downloadFinished(Download* download) in downloadFinished()
DDownload.h62 class Download : public CoreIPC::MessageSender<Download> {
63 WTF_MAKE_NONCOPYABLE(Download);
65 static PassOwnPtr<Download> create(uint64_t downloadID, const WebCore::ResourceRequest&);
66 ~Download();
101 Download(uint64_t downloadID, const WebCore::ResourceRequest&);
DDownloadManager.h40 class Download; variable
54 void downloadFinished(Download*);
60 HashMap<uint64_t, Download*> m_downloads;
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
DDownloadSoup.cpp36 void Download::start(WebPage* initiatingWebPage) in start()
41 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& ini… in startWithHandle()
46 void Download::cancel() in cancel()
51 void Download::platformInvalidate() in platformInvalidate()
56 void Download::didDecideDestination(const String& destination, bool allowOverwrite) in didDecideDestination()
61 void Download::platformDidFinish() in platformDidFinish()
66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential()
76 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
DDownloadQt.cpp35 void Download::start(WebPage* initiatingWebPage) in start()
40 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& ini… in startWithHandle()
45 void Download::cancel() in cancel()
50 void Download::platformInvalidate() in platformInvalidate()
55 void Download::didDecideDestination(const String& destination, bool allowOverwrite) in didDecideDestination()
60 void Download::platformDidFinish() in platformDidFinish()
65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential()
75 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
DDownloadCurl.cpp36 void Download::start(WebPage* initiatingWebPage) in start()
41 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& ini… in startWithHandle()
46 void Download::cancel() in cancel()
51 void Download::platformInvalidate() in platformInvalidate()
56 void Download::didDecideDestination(const String& destination, bool allowOverwrite) in didDecideDestination()
61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authentica… in receivedRequestToContinueWithoutCredential()
71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge) in receivedCancellation()
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.cpp109 …LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, … in decideDestinationWithSuggestedFilename()
133 LOG(Download, "Setting path to %s", debug.ascii().data()); in decideDestinationWithSuggestedFilename()
144 …LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challe… in didCancelAuthenticationChallenge()
151 …LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination… in didCreateDestination()
159 …LOG(Download, "DefaultDownloadDelegate %p - didReceiveAuthenticationChallenge %p", download, chall… in didReceiveAuthenticationChallenge()
167 LOG(Download, "DefaultDownloadDelegate %p - didReceiveDataOfLength %i", download, length); in didReceiveDataOfLength()
175 LOG(Download, "DefaultDownloadDelegate %p - didReceiveResponse %p", download, response); in didReceiveResponse()
183 …LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String… in shouldDecodeSourceDataOfMIMEType()
192 …LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fr… in willResumeWithResponse()
202 …LOG(Download, "DefaultDownloadDelegate %p - willSendRequest %p %p", download, request, redirectRes… in willSendRequest()
[all …]
DWebDownloadCFNet.cpp95 …LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.… in init()
121 …LOG(Download, "WebDownload - Initialized download of url %s in WebDownload %p", url.string().utf8(… in init()
132 LOG(Download, "WebDownload - initWithRequest failed - not a WebMutableURLRequest"); in initWithRequest()
139 LOG(Download, "Delegate is %p", m_delegate.get()); in initWithRequest()
159 …LOG(Download, "WebDownload - initWithRequest complete, started download of url %s", webRequest->re… in initWithRequest()
167 …LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePat… in initToResumeWithBundle()
177 LOG(Download, "Delegate is %p", m_delegate.get()); in initToResumeWithBundle()
189 LOG(Download, "Failed to create CFURLDownloadRef for resume"); in initToResumeWithBundle()
205 …LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bund… in initToResumeWithBundle()
211 LOG(Download, "WebDownload - Starting download (%p)", this); in start()
[all …]
DWebDownload.cpp64 LOG(Download, "WebDownload - Destroying download (%p)", this); in ~WebDownload()
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp57 void Download::start(WebPage*) in start()
77 void Download::startWithHandle(WebPage*, ResourceHandle* handle, const ResourceRequest& initialRequ… in startWithHandle()
103 void Download::cancel() in cancel()
119 void Download::platformInvalidate() in platformInvalidate()
124 void Download::didDecideDestination(const String& destination, bool allowOverwrite) in didDecideDestination()
140 static Download* downloadFromClientInfo(const void* clientInfo) in downloadFromClientInfo()
142 return reinterpret_cast<Download*>(const_cast<void*>(clientInfo)); in downloadFromClientInfo()
186 Download* download = downloadFromClientInfo(clientInfo); in decideDestinationWithSuggestedObjectNameCallback()
196 Download* download = downloadFromClientInfo(clientInfo); in didCreateDestinationCallback()
211 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre… in receivedCredential()
[all …]
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm27 #import "Download.h"
49 WebKit::Download* _download;
51 - (id)initWithDownload:(WebKit::Download*)download; argument
120 void Download::start(WebPage* initiatingPage)
134 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle* handle, const ResourceReque…
155 void Download::cancel()
163 void Download::platformInvalidate()
173 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
177 void Download::platformDidFinish()
181 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Cre…
[all …]
/external/webkit/Source/WebKit2/WebProcess/Authentication/
DAuthenticationManager.cpp76 void AuthenticationManager::didReceiveAuthenticationChallenge(Download* download, const Authenticat… in didReceiveAuthenticationChallenge()
91 Download::receivedCredential(challenge, credential); in useCredentialForChallenge()
106 Download::receivedRequestToContinueWithoutCredential(challenge); in continueWithoutCredentialForChallenge()
120 Download::receivedCancellation(challenge); in cancelChallenge()
DAuthenticationManager.h44 class Download; variable
56 void didReceiveAuthenticationChallenge(Download*, const WebCore::AuthenticationChallenge&);
/external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
DDownloadCFWin.cpp33 void Download::platformDidFinish() in platformDidFinish()
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h77 Download, enumerator
/external/mesa3d/docs/
DREADME.WINDML48 4. Download UGL/Mesa object files on target
60 6. Download the application modules.
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac_unittest.mm5 // Download utility test for Mac OS X.
Ddownload_util_mac.mm5 // Download utility implementation for Mac OS X.
/external/llvm/utils/crosstool/ARM/
DREADME13 2. Download CodeSourcery toolchain. The exact location depends on your
/external/icu4c/data/
Dicu4j-readme.txt18 1. Download and build ICU4C. For more instructions on downloading and building
/external/stlport/doc/
DREADME.dmc77 solution may be in a free online CD update. Download and unzip all free
/external/markdown/docs/
DINSTALL36 Download the Windows installer (.exe) from PyPI:
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.messages.in57 …# Downloads. This should really be in a Download.messages.in, but it seemed unnecessary to create …
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings118 /* Download Image context menu item */
119 "Download Image" = "Download Image";
121 /* Download Linked File context menu item */
122 "Download Linked File" = "Download Linked File";

123