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

12345678

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dicons.js6 var download = document.getElementById('download');
7 download.onclick = function() {
9 download.disabled = true;
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.js57 * Creates a download object to be passed to the page, following the expected
59 * @param {Number} A unique ID for the download.
60 * @param {Number} The time the download purportedly started.
63 var download = {};
64 download.id = id;
65 download.started = timestamp;
66 download.otr = false;
67 download.state = Download.States.COMPLETE;
68 download.retry = false;
69 download
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc44 // Extracts DriveUserData* from |download|.
45 const DriveUserData* GetDriveUserData(const DownloadItem* download) { argument
47 download->GetUserData(&kDrivePathKey));
50 DriveUserData* GetDriveUserData(DownloadItem* download) { argument
51 return static_cast<DriveUserData*>(download->GetUserData(&kDrivePathKey));
60 DCHECK(created) << "Can not create temp download directory at "
65 DCHECK(created) << "Temporary download file creation failed";
86 // Returns true if |download| is a Drive download created from data persisted
87 // on the download histor
88 IsPersistedDriveDownload(const base::FilePath& drive_tmp_download_path, DownloadItem* download) argument
135 SubstituteDriveDownloadPath( const base::FilePath& drive_path, content::DownloadItem* download, const SubstituteDriveDownloadPathCallback& callback) argument
164 SetDownloadParams(const base::FilePath& drive_path, DownloadItem* download) argument
181 GetTargetPath( const DownloadItem* download) argument
190 IsDriveDownload(const DownloadItem* download) argument
196 CheckForFileExistence( const DownloadItem* download, const content::CheckForFileExistenceCallback& callback) argument
205 OnDownloadCreated(DownloadManager* manager, DownloadItem* download) argument
228 OnDownloadUpdated( DownloadManager* manager, DownloadItem* download) argument
304 UploadDownloadItem(DownloadItem* download) argument
[all...]
H A Ddownload_handler.h11 #include "chrome/browser/download/all_download_item_notifier.h"
49 content::DownloadItem* download,
53 // to external data in |download|. Also sets display name and
54 // makes |download| a temporary.
56 content::DownloadItem* download);
58 // Gets the target drive path from external data in |download|.
59 base::FilePath GetTargetPath(const content::DownloadItem* download);
61 // Checks if there is a Drive upload associated with |download|
62 bool IsDriveDownload(const content::DownloadItem* download);
64 // Checks a file corresponding to the download ite
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc5 #include "content/browser/download/download_item_impl_delegate.h"
8 #include "content/browser/download/download_item_impl.h"
31 DownloadItemImpl* download, const DownloadTargetCallback& callback) {
33 base::FilePath target_path(download->GetForcedFilePath());
41 DownloadItemImpl* download,
47 DownloadItemImpl* download, const ShouldOpenDownloadCallback& callback) {
66 void DownloadItemImplDelegate::UpdatePersistence(DownloadItemImpl* download) {} argument
68 void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} argument
70 void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) { argument
73 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} argument
30 DetermineDownloadTarget( DownloadItemImpl* download, const DownloadTargetCallback& callback) argument
40 ShouldCompleteDownload( DownloadItemImpl* download, const base::Closure& complete_callback) argument
46 ShouldOpenDownload( DownloadItemImpl* download, const ShouldOpenDownloadCallback& callback) argument
[all...]
H A Ddownload_item_impl_delegate.h32 // The boolean argument indicates whether or not the download was
43 // Request determination of the download target from the delegate.
45 DownloadItemImpl* download, const DownloadTargetCallback& callback);
47 // Allows the delegate to delay completion of the download. This function
48 // will either return true (if the download may complete now) or will return
52 DownloadItemImpl* download,
55 // Allows the delegate to override the opening of a download. If it returns
58 DownloadItemImpl* download, const ShouldOpenDownloadCallback& callback);
69 // Called when an interrupted download is resumed.
78 virtual void UpdatePersistence(DownloadItemImpl* download);
[all...]
H A Ddownload_browsertest.cc5 // This file contains download browser tests that are known to be runnable
15 #include "content/browser/download/download_file_factory.h"
16 #include "content/browser/download/download_file_impl.h"
17 #include "content/browser/download/download_item_impl.h"
18 #include "content/browser/download/download_manager_impl.h"
19 #include "content/browser/download/download_resource_handler.h"
377 // Record all state transitions and byte counts on the observed download.
387 RecordingDownloadObserver(DownloadItem* download) argument
388 : download_(download) {
389 last_state_.state = download
486 DataReceivedFilter(int number_of_bytes, DownloadItem* download) argument
491 DownloadCompleteFilter(DownloadItem* download) argument
497 InitialSizeFilter(int* download_size, DownloadItem* download) argument
638 WaitForData(DownloadItem* download, int size) argument
649 ReleaseRSTAndConfirmInterruptForResume(DownloadItem* download) argument
659 ConfirmFileStatusForResume( DownloadItem* download, bool file_exists, int received_bytes, int total_bytes, const base::FilePath& expected_filename) argument
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_item_model.h18 // depending on the type of download.
21 explicit BaseDownloadItemModel(DownloadItem* download) argument
22 : download_(download) { }
31 DownloadItem* download() { return download_; } function in class:BaseDownloadItemModel
42 explicit DownloadItemModel(DownloadItem* download);
60 SavePageModel(SavePackage* save, DownloadItem* download);
H A Ddownload_manager.cc5 #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 local
462 DownloadItem* download = new DownloadItem(this, *info, local
482 DownloadItem* download = active_downloads_[info->download_id]; local
528 DownloadItem* download = it->second; local
601 IsDownloadReadyForCompletion(DownloadItem* download) argument
623 MaybeCompleteDownload(DownloadItem* download) argument
658 DownloadItem* download = GetDownloadItem(download_id); local
831 DownloadItem* download = it->second; local
995 DangerousDownloadValidated(DownloadItem* download) argument
1011 DownloadItem* download = new DownloadItem(this, entries->at(i)); local
1031 DownloadItem* download = it->second; local
1076 ShowDownloadInBrowser(const DownloadCreateInfo& info, DownloadItem* download) argument
[all...]
H A Ddownload_file_manager.cc5 #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 local
313 DownloadFile* download = GetDownloadFile(id); local
340 DownloadFile* download = GetDownloadFile(id); local
391 DownloadFile* download = GetDownloadFile(id); local
[all...]
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc118 // NOTE: This method is called both by DownloadManager when a download is
130 void DownloadTestObserver::OnDownloadDestroyed(DownloadItem* download) { argument
132 DownloadSet::iterator it = downloads_observed_.find(download);
135 download->RemoveObserver(this);
138 void DownloadTestObserver::OnDownloadUpdated(DownloadItem* download) { argument
140 if (download->IsDangerous() &&
141 !ContainsKey(dangerous_downloads_seen_, download->GetId())) {
142 dangerous_downloads_seen_.insert(download->GetId());
145 // cause the download to be completed twice. Do what the real UI
155 download
198 DownloadInFinalState(DownloadItem* download) argument
256 IsDownloadInFinalState( DownloadItem* download) argument
278 IsDownloadInFinalState( DownloadItem* download) argument
302 IsDownloadInFinalState( DownloadItem* download) argument
327 OnDownloadDestroyed(DownloadItem* download) argument
335 OnDownloadUpdated(DownloadItem* download) argument
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_gtk.cc5 #include "chrome/browser/download/download_status_updater.h"
10 content::DownloadItem* download) {
9 UpdateAppIconDownloadProgress( content::DownloadItem* download) argument
H A Ddownload_status_updater_win.cc5 #include "chrome/browser/download/download_status_updater.h"
88 content::DownloadItem* download) {
100 if (download->GetState() != content::DownloadItem::COMPLETE)
103 if (download->GetOpenWhenComplete() ||
104 download->ShouldOpenFileBasedOnExtension() ||
105 download->IsTemporary() ||
106 download->GetAutoOpened())
109 // Don't display the Windows8 metro notifications for an incognito download.
110 if (download->GetBrowserContext() &&
111 download
87 UpdateAppIconDownloadProgress( content::DownloadItem* download) argument
[all...]
H A Ddownload_danger_prompt_browsertest.cc7 #include "chrome/browser/download/download_danger_prompt.h"
67 content::MockDownloadItem& download() { return download_; } function in class:DownloadDangerPromptTest
122 // If the download is no longer dangerous (because it was accepted), the
125 EXPECT_CALL(download(), IsDangerous()).WillOnce(Return(false));
126 download_observer()->OnDownloadUpdated(&download());
129 // If the download is in a terminal state then the dialog should DISMISS
132 EXPECT_CALL(download(), IsDangerous()).WillOnce(Return(true));
133 EXPECT_CALL(download(), IsDone()).WillOnce(Return(true));
134 download_observer()->OnDownloadUpdated(&download());
137 // If the download i
[all...]
H A Ddownload_target_determiner_delegate.h10 #include "chrome/browser/download/download_path_reservation_tracker.h"
29 // override the download path. |conflict_action| should be set to the action
31 // empty, then the download target will be unchanged and |conflict_action| is
60 // the callback should indicate the danger type of the download based on the
68 virtual void NotifyExtensions(content::DownloadItem* download,
86 content::DownloadItem* download,
92 // Display a prompt to the user requesting that a download target be chosen.
95 content::DownloadItem* download,
103 virtual void DetermineLocalPath(content::DownloadItem* download,
107 // Check whether the download UR
[all...]
H A Dchrome_download_manager_delegate.cc5 #include "chrome/browser/download/chrome_download_manager_delegate.h"
21 #include "chrome/browser/download/download_completion_blocker.h"
22 #include "chrome/browser/download/download_crx_util.h"
23 #include "chrome/browser/download/download_file_picker.h"
24 #include "chrome/browser/download/download_history.h"
25 #include "chrome/browser/download/download_path_reservation_tracker.h"
26 #include "chrome/browser/download/download_prefs.h"
27 #include "chrome/browser/download/download_service.h"
28 #include "chrome/browser/download/download_service_factory.h"
29 #include "chrome/browser/download/download_target_determine
110 GetPlatformDownloadPath(Profile* profile, const DownloadItem* download, PlatformDownloadPathType path_type) argument
214 DetermineDownloadTarget( DownloadItem* download, const content::DownloadTargetCallback& callback) argument
368 OpenDownload(DownloadItem* download) argument
378 ShowDownloadInShell( DownloadItem* download) argument
388 CheckForFileExistence( DownloadItem* download, const content::CheckForFileExistenceCallback& callback) argument
424 NotifyExtensions( DownloadItem* download, const base::FilePath& virtual_path, const NotifyExtensionsCallback& callback) argument
446 ReserveVirtualPath( content::DownloadItem* download, const base::FilePath& virtual_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadTargetDeterminerDelegate::ReservedPathCallback& callback) argument
471 PromptUserForDownloadPath( DownloadItem* download, const base::FilePath& suggested_path, const DownloadTargetDeterminerDelegate::FileSelectedCallback& callback) argument
479 DetermineLocalPath( DownloadItem* download, const base::FilePath& virtual_path, const DownloadTargetDeterminerDelegate::LocalPathCallback& callback) argument
496 CheckDownloadUrl( DownloadItem* download, const base::FilePath& suggested_path, const CheckDownloadUrlCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_mac.h10 #include "chrome/browser/download/download_item_model.h"
22 // A class that bridges the visible mac download items to chromium's download
24 // |LoadIcon| if it wants to display the icon associated with this download.
28 DownloadItemMac(content::DownloadItem* download,
35 virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
36 virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE;
37 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
48 // The download item model we represent.
H A Ddownload_item_button.h20 @property(assign, nonatomic) base::FilePath download; variable
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dsources.py5 import download namespace
10 download.UrlOpen(url)
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback_service.cc45 // Stores the ping data in the given |download|.
46 static void CreateForDownload(content::DownloadItem* download,
50 // Returns the DownloadFeedbackPings object associated with |download|. May
53 const content::DownloadItem& download);
77 content::DownloadItem* download,
82 download->SetUserData(kPingKey, pings);
87 const content::DownloadItem& download) {
88 return static_cast<DownloadFeedbackPings*>(download.GetUserData(kPingKey));
108 content::DownloadItem* download,
115 download
76 CreateForDownload( content::DownloadItem* download, const std::string& ping_request, const std::string& ping_response) argument
86 FromDownload( const content::DownloadItem& download) argument
106 MaybeStorePingsForDownload( DownloadProtectionService::DownloadCheckResult result, content::DownloadItem* download, const std::string& ping, const std::string& response) argument
123 IsEnabledForDownload( const content::DownloadItem& download) argument
129 GetPingsForDownloadForTesting( const content::DownloadItem& download, std::string* ping, std::string* response) argument
151 BeginFeedbackForDownload( content::DownloadItem* download) argument
[all...]
H A Ddownload_feedback_service.h41 // Stores the request and response ping data from the download check, if the
43 // download has been flagged as malicious in order for the download to be
47 content::DownloadItem* download,
51 // Test if pings have been stored for |download|.
52 static bool IsEnabledForDownload(const content::DownloadItem& download);
54 // Get the ping values stored in |download|. Returns false if no ping values
57 const content::DownloadItem& download,
61 // Records histogram for download feedback option shown to user.
65 // Begin download feedbac
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/tools/
H A Dfxc3 (cd "$dir"; ./download-mstools)
/external/mesa3d/src/gallium/state_trackers/d3d1x/tools/
H A Dfxc3 (cd "$dir"; ./download-mstools)
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_item_button.h21 @property(assign, nonatomic) FilePath download; variable
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dplsql.php45 'COMMENT_SINGLE' => array(1 =>'--'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2930
46 'COMMENT_MULTI' => array('/*' => '*/'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2950
48 'QUOTEMARKS' => array("'", '"'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm
51 //PL/SQL reserved keywords (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/f_words.htm#LNPLS019)
79 //SQL functions (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/toc.htm & http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions101a.htm#85925)
112 //PL/SQL packages (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96612/intro2.htm#1025672)
142 //PL/SQL predefined exceptions (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/07_errs.htm#784)
150 //Static data dictionary views (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96536/ch2.htm)
194 //PL/SQL delimiters (http://download
[all...]

Completed in 381 milliseconds

12345678