HomeSort by relevance Sort by last modified time
    Searched refs:download (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKDownload.cpp 40 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download)
42 return toAPI(WebURLRequest::create(toImpl(download)->request()).leakRef());
45 WKDataRef WKDownloadGetResumeData(WKDownloadRef download)
47 return toAPI(toImpl(download)->resumeData());
50 void WKDownloadCancel(WKDownloadRef download)
52 return toImpl(download)->cancel();
WKDownload.h 41 WK_EXPORT WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download);
42 WK_EXPORT WKDataRef WKDownloadGetResumeData(WKDownloadRef download);
43 WK_EXPORT void WKDownloadCancel(WKDownloadRef download);
WKFramePolicyListener.cpp 47 toImpl(policyListenerRef)->download();
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.mm 87 selector == @selector(download:willSendRequest:redirectResponse:) ||
88 selector == @selector(download:didReceiveResponse:) ||
89 selector == @selector(download:didReceiveDataOfLength:) ||
90 selector == @selector(download:shouldDecodeSourceDataOfMIMEType:) ||
91 selector == @selector(download:decideDestinationWithSuggestedFilename:) ||
92 selector == @selector(download:didCreateDestination:) ||
94 selector == @selector(download:didFailWithError:) ||
95 selector == @selector(download:shouldBeginChildDownloadOfSource:delegate:) ||
96 selector == @selector(download:didBeginChildDownload:)) {
103 - (void)downloadDidBegin:(NSURLDownload *)download
    [all...]
WebDownload.h 65 - (NSWindow *)downloadWindowForAuthenticationSheet:(WebDownload *)download;
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.cpp 29 #include "Download.h"
49 OwnPtr<Download> download = Download::create(downloadID, request); local
50 download->start(initiatingPage);
53 m_downloads.set(downloadID, download.leakPtr());
58 OwnPtr<Download> download = Download::create(downloadID, request); local
60 download->startWithHandle(initiatingPage, handle, initialRequest, response)
67 Download* download = m_downloads.get(downloadID); local
    [all...]
  /external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.h 50 virtual HRESULT STDMETHODCALLTYPE decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename);
51 virtual HRESULT STDMETHODCALLTYPE didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
52 virtual HRESULT STDMETHODCALLTYPE didCreateDestination(IWebDownload* download, BSTR destination);
53 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
54 virtual HRESULT STDMETHODCALLTYPE didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge);
55 virtual HRESULT STDMETHODCALLTYPE didReceiveDataOfLength(IWebDownload* download, unsigned length);
56 virtual HRESULT STDMETHODCALLTYPE didReceiveResponse(IWebDownload* download, IWebURLResponse* response);
57 virtual HRESULT STDMETHODCALLTYPE shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode);
58 virtual HRESULT STDMETHODCALLTYPE willResumeWithResponse(IWebDownload* download, IWebURLResponse* response, long long fromByte);
59 virtual HRESULT STDMETHODCALLTYPE willSendRequest(IWebDownload* download, IWebMutableURLRequest* request, IWebURLResponse* redirectResponse, IWebMutableURLRequest** final (…)
    [all...]
DefaultDownloadDelegate.cpp 107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename)
109 LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, String(filename, SysStringLen(filename)).ascii().data());
113 if (FAILED(download->setDestination(filename, true))) {
133 LOG(Download, "Setting path to %s", debug.ascii().data());
136 if (FAILED(download->setDestination(fullPath, true))) {
142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge)
144 LOG(Download, "DefaultDownloadDelegate %p - didCancelAuthenticationChallenge %p", download, challenge);
145 download = 0
    [all...]
  /external/chromium/chrome/browser/download/
download_item_model.h 18 // depending on the type of download.
21 explicit BaseDownloadItemModel(DownloadItem* download)
22 : download_(download) { }
31 DownloadItem* download() { return download_; } function in class:BaseDownloadItemModel
42 explicit DownloadItemModel(DownloadItem* download);
60 SavePageModel(SavePackage* save, DownloadItem* download);
download_manager.cc 5 #include "chrome/browser/download/download_manager.h"
19 #include "chrome/browser/download/download_extensions.h"
20 #include "chrome/browser/download/download_file_manager.h"
21 #include "chrome/browser/download/download_history.h"
22 #include "chrome/browser/download/download_item.h"
23 #include "chrome/browser/download/download_prefs.h"
24 #include "chrome/browser/download/download_safe_browsing_client.h"
25 #include "chrome/browser/download/download_status_updater.h"
26 #include "chrome/browser/download/download_util.h"
86 DownloadItem* download = *it local
462 DownloadItem* download = new DownloadItem(this, *info, local
482 DownloadItem* download = active_downloads_[info->download_id]; local
528 DownloadItem* download = it->second; local
658 DownloadItem* download = GetDownloadItem(download_id); local
831 DownloadItem* download = it->second; local
1011 DownloadItem* download = new DownloadItem(this, entries->at(i)); local
1031 DownloadItem* download = it->second; local
    [all...]
download_file_manager.cc 5 #include "chrome/browser/download/download_file_manager.h"
13 #include "chrome/browser/download/download_manager.h"
14 #include "chrome/browser/download/download_util.h"
29 // Throttle updates to the UI thread so that a fast moving download doesn't
151 // request is a download.
186 // download (in the UI thread), we may receive a few more updates before the IO
197 DownloadFile* download = GetDownloadFile(id); local
201 if (download)
202 download->AppendDataToFile(data->data(), data_len);
217 DownloadFile* download = GetDownloadFile(id) local
313 DownloadFile* download = GetDownloadFile(id); local
340 DownloadFile* download = GetDownloadFile(id); local
391 DownloadFile* download = GetDownloadFile(id); local
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 54 * #WebKitDownload carries information about a download request,
56 * this object to control the download process, or to simply figure
113 static void webkit_download_set_response(WebKitDownload* download, const ResourceResponse& response);
114 static void webkit_download_set_status(WebKitDownload* download, WebKitDownloadStatus status);
118 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
119 WebKitDownloadPrivate* priv = download->priv;
141 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
142 WebKitDownloadPrivate* priv = download->priv;
156 // The download object may never have _start called on it, so we
171 WebKitDownload* download = WEBKIT_DOWNLOAD(object) local
205 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
427 WebKitDownload* download = WEBKIT_DOWNLOAD(g_object_new(WEBKIT_TYPE_DOWNLOAD, "network-request", request, NULL)); local
    [all...]
webkitdownload.h 76 webkit_download_start (WebKitDownload *download);
79 webkit_download_cancel (WebKitDownload *download);
82 webkit_download_get_uri (WebKitDownload *download);
85 webkit_download_get_network_request (WebKitDownload *download);
88 webkit_download_get_network_response (WebKitDownload *download);
91 webkit_download_get_suggested_filename (WebKitDownload *download);
94 webkit_download_get_destination_uri (WebKitDownload *download);
97 webkit_download_set_destination_uri (WebKitDownload *download,
101 webkit_download_get_progress (WebKitDownload *download);
104 webkit_download_get_elapsed_time (WebKitDownload *download);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 27 #import "Download.h"
49 WebKit::Download* _download;
51 - (id)initWithDownload:(WebKit::Download*)download;
85 static void setOriginalURLForDownload(WebPage *webPage, NSURLDownload *download, const ResourceRequest& initialRequest)
90 // since this download was initiated directly. <rdar://problem/5294691>
115 ASSERT([download respondsToSelector:@selector(_setOriginatingURL:)]);
116 [download _setOriginatingURL:hostOnlyURL.get()];
120 void Download::start(WebPage* initiatingPage)
134 void Download::startWithHandle(WebPage* initiatingPage, ResourceHandle* handle, const ResourceRequest& initialRe (…)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDownload.idl 135 HRESULT decideDestinationWithSuggestedFilename([in] IWebDownload* download, [in] BSTR filename);
137 HRESULT didCancelAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
143 HRESULT didReceiveAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
145 HRESULT didReceiveDataOfLength([in] IWebDownload* download, [in] unsigned length);
147 HRESULT didReceiveResponse([in] IWebDownload* download, [in] IWebURLResponse* response);
149 HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out, retval] BOOL* shouldDecode);
151 HRESULT willResumeWithResponse([in] IWebDownload* download, [in] IWebURLResponse* response, [in] long long fromByte);
153 HRESULT willSendRequest([in] IWebDownload* download, [in] IWebMutableURLRequest* request, [in] IWebURLResponse* redirectResponse, [out] IWebMutableURL (…)
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 81 Download download = enqueueRequest(getRequest()); local
83 download.getLongField(DownloadManager.COLUMN_STATUS));
85 download.getStringField(DownloadManager.COLUMN_URI));
86 assertEquals(download.mId, download.getLongField(DownloadManager.COLUMN_ID));
88 download.getLongField(DownloadManager.COLUMN_LAST_MODIFIED_TIMESTAMP));
91 download.runUntilStatus(DownloadManager.STATUS_SUCCESSFUL);
96 Uri localUri = Uri.parse(download.getStringField(DownloadManager.COLUMN_LOCAL_URI));
99 assertEquals("text/plain", download.getStringField(DownloadManager.COLUMN_MEDIA_TYPE))
120 Download download = enqueueRequest(getRequest() local
142 Download download = enqueueRequest(getRequest()); local
162 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); local
306 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); local
326 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") local
336 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); local
352 Download download = enqueueRequest(getRequest()); local
381 Download download = enqueueRequest(getRequest()); local
404 Download download = enqueueRequest(getRequest()); local
420 Download download = enqueueRequest(getRequest()); local
432 Download download = enqueueRequest(getRequest()); local
451 Download download = enqueueRequest(getRequest()); local
466 Download download = enqueueRequest(getRequest()); local
485 Download download = enqueueRequest(getRequest()); local
508 Download download = enqueueRequest(getRequest().setShowRunningNotification(false)); local
530 Download download = enqueueRequest(getRequest()); local
544 Download download = enqueueRequest(getRequest()); local
563 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); local
568 Download download = enqueueRequest(getRequest()); local
582 Download download = enqueueRequest(getRequest()); local
598 Download download = enqueueRequest(getRequest()); local
617 Download download = enqueueRequest(getRequest()); local
    [all...]
ThreadingTest.java 23 * Download manager tests that require multithreading.
46 * a download.
50 Download download = enqueueRequest(getRequest()); local
51 while (download.getStatus() != DownloadManager.STATUS_SUCCESSFUL) {
  /external/webkit/Source/WebKit/gtk/tests/
testdownload.c 35 WebKitDownload* download; local
40 download = webkit_download_new(request);
42 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri);
43 g_assert(webkit_download_get_network_request(download) == request);
44 g_assert(g_strrstr(uri, webkit_download_get_suggested_filename(download)));
45 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED);
46 g_assert(!webkit_download_get_total_size(download));
47 g_assert(!webkit_download_get_current_size(download));
48 g_assert(!webkit_download_get_progress(download));
49 g_assert(!webkit_download_get_elapsed_time(download));
72 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_mac.h 13 #include "chrome/browser/download/download_item.h"
14 #include "chrome/browser/download/download_manager.h"
25 // A class that bridges the visible mac download items to chromium's download
27 // |LoadIcon| if it wants to display the icon associated with this download.
39 virtual void OnDownloadUpdated(DownloadItem* download);
40 virtual void OnDownloadOpened(DownloadItem* download);
52 // The download item model we represent.
download_item_button.h 21 @property(assign, nonatomic) FilePath download; variable
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 34 * cases where there is an ongoing download. Once the download is complete
36 * of this component to show the download in the notification manager.
71 int mId; // This first db _id for the download for the app
77 String[] mTitles = new String[2]; // download titles.
81 * Add a second download to this notification item.
120 for (DownloadInfo download : downloads) {
121 if (!isActiveAndVisible(download)) {
124 String packageName = download.mPackage;
125 long max = download.mTotalBytes
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebFramePolicyListenerProxy.cpp 43 void WebFramePolicyListenerProxy::download() function in class:WebKit::WebFramePolicyListenerProxy
WebFramePolicyListenerProxy.h 43 void download();
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 27 #include "Download.h"
45 static void didStartCallback(CFURLDownloadRef download, const void* clientInfo);
46 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo);
47 static void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef download, CFURLAuthChallengeRef challenge, const void* clientInfo);
48 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void* clientInfo);
49 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo);
50 static void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void* clientInfo);
51 static Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void* clientInfo);
52 static void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void* clientInfo);
53 static void didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void* clientInfo)
186 Download* download = downloadFromClientInfo(clientInfo); local
196 Download* download = downloadFromClientInfo(clientInfo); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 27 feedURL=http://download.eclipse.org/eclipse/downloads/builds-eclipse.xml
28 buildURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/%%buildID%%/
43 releaseNotesURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/buildNotes.php
45 downloadsURL=http://download.eclipse.org/eclipse/downloads/
60 JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.php
61 performanceTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/performance/performance.php
82 # only need the filename; the full http URL can be assembled from buildURL + "/download.php?dropFile=" + filename or buildURL (switched to ftp://) + "/" + filename

Completed in 300 milliseconds

1 2 3 4 5 6 7