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

/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp27 #include "Download.h"
35 void Download::start(WebPage* initiatingWebPage)
40 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& initialRequest, const ResourceResponse&)
45 void Download::cancel()
50 void Download::platformInvalidate()
55 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
60 void Download::platformDidFinish()
65 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
70 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
75 void Download
[all...]
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp28 #include "Download.h"
36 void Download::start(WebPage* initiatingWebPage)
41 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& initialRequest, const ResourceResponse&)
46 void Download::cancel()
51 void Download::platformInvalidate()
56 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
61 void Download::platformDidFinish()
66 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
71 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
76 void Download
[all...]
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp28 #include "Download.h"
36 void Download::start(WebPage* initiatingWebPage)
41 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle*, const ResourceRequest& initialRequest, const ResourceResponse&)
46 void Download::cancel()
51 void Download::platformInvalidate()
56 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
61 void Download::receivedCredential(const AuthenticationChallenge& authenticationChallenge, const Credential& credential)
66 void Download::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& authenticationChallenge)
71 void Download::receivedCancellation(const AuthenticationChallenge& authenticationChallenge)
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp27 #include "Download.h"
42 PassOwnPtr<Download> Download::create(uint64_t downloadID, const ResourceRequest& request)
44 return adoptPtr(new Download(downloadID, request));
47 Download::Download(uint64_t downloadID, const ResourceRequest& request) function in class:WebKit::Download
59 Download::~Download()
66 CoreIPC::Connection* Download::connection() const
71 void Download
[all...]
H A DDownloadManager.cpp29 #include "Download.h"
49 OwnPtr<Download> download = Download::create(downloadID, request);
58 OwnPtr<Download> download = Download::create(downloadID, request);
67 Download* download = m_downloads.get(downloadID);
74 void DownloadManager::downloadFinished(Download* download)
H A DDownloadManager.h40 class Download;
54 void downloadFinished(Download*);
60 HashMap<uint64_t, Download*> m_downloads;
H A DDownload.h62 class Download : public CoreIPC::MessageSender<Download> { class in namespace:WebKit
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&);
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp109 LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, String(filename, SysStringLen(filename)).ascii().data());
133 LOG(Download, "Setting path to %s", debug.ascii().data());
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
151 LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination, SysStringLen(destination)).ascii().data());
159 LOG(Download, "DefaultDownloadDelegate %p - didReceiveAuthenticationChallenge %p", download, challenge);
167 LOG(Download, "DefaultDownloadDelegate %p - didReceiveDataOfLength %i", download, length);
175 LOG(Download, "DefaultDownloadDelegate %p - didReceiveResponse %p", download, response);
183 LOG(Download, "DefaultDownloadDelegate %p - shouldDecodeSourceDataOfMIMEType %s", download, String(encodingType, SysStringLen(encodingType)).ascii().data());
192 LOG(Download, "DefaultDownloadDelegate %p - willResumeWithResponse %p, %q", download, response, fromByte);
202 LOG(Download, "DefaultDownloadDelegat
[all...]
H A DWebDownloadCFNet.cpp95 LOG(Download, "WebDownload - Created WebDownload %p from existing connection (%s)", this, request.url().string().utf8().data());
121 LOG(Download, "WebDownload - Initialized download of url %s in WebDownload %p", url.string().utf8().data(), this);
132 LOG(Download, "WebDownload - initWithRequest failed - not a WebMutableURLRequest");
139 LOG(Download, "Delegate is %p", m_delegate.get());
159 LOG(Download, "WebDownload - initWithRequest complete, started download of url %s", webRequest->resourceRequest().url().string().utf8().data());
167 LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
177 LOG(Download, "Delegate is %p", m_delegate.get());
189 LOG(Download, "Failed to create CFURLDownloadRef for resume");
205 LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
211 LOG(Download, "WebDownloa
[all...]
H A DWebDownload.cpp64 LOG(Download, "WebDownload - Destroying download (%p)", this);
/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.h44 class Download;
56 void didReceiveAuthenticationChallenge(Download*, const WebCore::AuthenticationChallenge&);
H A DAuthenticationManager.cpp29 #include "Download.h"
76 void AuthenticationManager::didReceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChallenge)
91 Download::receivedCredential(challenge, credential);
106 Download::receivedRequestToContinueWithoutCredential(challenge);
120 Download::receivedCancellation(challenge);
/external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
H A DDownloadCFWin.cpp27 #include "Download.h"
33 void Download::platformDidFinish()
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp27 #include "Download.h"
57 void Download::start(WebPage*)
77 void Download::startWithHandle(WebPage*, ResourceHandle* handle, const ResourceRequest& initialRequest, const ResourceResponse& response)
103 void Download::cancel()
119 void Download::platformInvalidate()
124 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
140 static Download* downloadFromClientInfo(const void* clientInfo)
142 return reinterpret_cast<Download*>(const_cast<void*>(clientInfo));
186 Download* download = downloadFromClientInfo(clientInfo);
193 // The concept of the ".download bundle" is internal to the Download, s
[all...]
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm27 #import "Download.h"
49 WebKit::Download* _download;
51 - (id)initWithDownload:(WebKit::Download*)download;
120 void Download::start(WebPage* initiatingPage)
134 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle* handle, const ResourceRequest& initialRequest, const ResourceResponse& response)
155 void Download::cancel()
163 void Download::platformInvalidate()
173 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
177 void Download::platformDidFinish()
181 void Download
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
18 * jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php3 <title>Eclipse Download Click Through</title>
43 of Eclipse. Once you have read the notes you can click on the Download link
50 echo '<a href="'.$dropFile.'">Download</a>';
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h77 Download, enumerator in enum:WebKit::WebMediaPlayer::MovieLoadType
/external/libvpx/examples/includes/geshi/geshi/
H A Dteraterm.php16 * can be downloaded from Download section of LogMeTT.com
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h254 enum MovieLoadType { Unknown, Download, StoredStream, LiveStream }; enumerator in enum:WebCore::MediaPlayer::MovieLoadType
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp335 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::Download, MediaPlayer::Download);
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp636 return MediaPlayer::Download;
/external/blktrace/doc/
H A Dblktrace.tex49 \subsection{blktrace Download Area}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 405 milliseconds