Searched refs:download (Results 51 - 75 of 191) sorted by relevance

12345678

/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_mac.h11 #include "chrome/browser/download/download_shelf.h"
17 // A class to bridge the chromium download shelf to mac gui. This is just a
30 virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
/external/chromium_org/content/shell/
H A Dshell_download_manager_delegate.cc54 DownloadItem* download,
64 if (!download->GetForcedFilePath().empty()) {
65 callback.Run(download->GetForcedFilePath(),
68 download->GetForcedFilePath());
73 download->GetURL(),
74 download->GetContentDisposition(),
76 download->GetSuggestedFilename(),
77 download->GetMimeType(),
78 "download");
85 this, download
53 DetermineDownloadTarget( DownloadItem* download, const DownloadTargetCallback& callback) argument
[all...]
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h57 phDal4Nfc_link_download_CB_t download; member in struct:__anon20330
/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc13 #include "chrome/browser/download/download_file.h"
14 #include "chrome/browser/download/download_file_manager.h"
15 #include "chrome/browser/download/download_item.h"
16 #include "chrome/browser/download/download_manager.h"
17 #include "chrome/browser/download/download_prefs.h"
18 #include "chrome/browser/download/download_status_updater.h"
19 #include "chrome/browser/download/download_util.h"
20 #include "chrome/browser/download/mock_download_manager.h"
72 // Get the download item with ID |id|.
96 // Make sure download ite
274 OnDownloadUpdated(DownloadItem* download) argument
279 OnDownloadOpened(DownloadItem* download) argument
424 DownloadItem* download = GetActiveDownloadItem(0); local
490 DownloadItem* download = GetActiveDownloadItem(0); local
557 DownloadItem* download = GetActiveDownloadItem(0); local
[all...]
H A Ddrag_download_file.h11 #include "chrome/browser/download/download_file.h"
12 #include "chrome/browser/download/download_item.h"
13 #include "chrome/browser/download/download_manager.h"
27 // On Windows, we need to download into a temporary file. Two threads are
32 // On MacOSX, we need to download into a file stream that has already been
58 virtual void OnDownloadUpdated(DownloadItem* download);
59 virtual void OnDownloadOpened(DownloadItem* download) { } argument
H A Ddrag_download_file.cc5 #include "chrome/browser/download/drag_download_file.h"
9 #include "chrome/browser/download/download_file.h"
10 #include "chrome/browser/download/download_item.h"
11 #include "chrome/browser/download/download_util.h"
72 // Create a temporary directory to save the temporary download file. We do
73 // not want to use the default download directory since we do not want the
74 // twisted file name shown in the download shelf if the file with the same
85 // On Windows, we need to wait till the download file is completed.
168 void DragDownloadFile::OnDownloadUpdated(DownloadItem* download) { argument
170 if (download
[all...]
H A Ddownload_util.h47 // Return the default download directory.
50 // Create a temporary file for a download in the user's default download
74 // download. |file_name| can either be just the file name or it can be a
124 // The download was initiated by navigating to a URL (e.g. by user
128 // The download was initiated by invoking a context menu within a page.
131 // The download was initiated when the SavePackage system rejected
136 // The download was initiated by a drag and drop from a drag-and-drop
140 // The download was initiated by explicit RPC from the renderer process
160 // Paint the common download animatio
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dadvanced_options.css25 #download-location-group {
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_controller.h22 // A controller class that manages the download shelf for one window. It is
24 // the link, layout) as well as for managing the download items it contains.
65 // The download items we have added to our shelf.
68 // The container that contains (and clamps) all the download items.
93 // Remove a download, possibly via clearing browser data.
94 - (void)remove:(DownloadItemController*)download;
97 - (void)downloadWasOpened:(DownloadItemController*)download;
102 // Return the height of the download shelf.
105 // Re-layouts all download items based on their current state.
/external/chromium/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc18 #include "chrome/browser/download/download_history.h"
19 #include "chrome/browser/download/download_item.h"
20 #include "chrome/browser/download/download_util.h"
97 void DownloadsDOMHandler::OnDownloadUpdated(DownloadItem* download) { argument
98 // Get the id for the download. Our downloads are sorted latest to first,
104 download);
110 results_value.Append(download_util::CreateDownloadItemValue(download, id));
114 // A download has started or been deleted. Query our DownloadManager for the
128 DownloadItem* download = *it; local
129 if (download
[all...]
H A Ddownloads_dom_handler.h12 #include "chrome/browser/download/download_item.h"
13 #include "chrome/browser/download/download_manager.h"
19 // also observes changes to the download manager.
33 virtual void OnDownloadUpdated(DownloadItem* download);
34 virtual void OnDownloadOpened(DownloadItem* download) { } argument
59 // Callback for the "pause" message - pauses the file download.
62 // Callback for the "remove" message - removes the file download from shelf
66 // Callback for the "cancel" message - cancels the download.
76 // Clear all download items and their observers.
79 // Return the download tha
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer.h34 virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
35 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
45 // Opens the download URL in a new tab.
49 // Starts downloading the download URL and opens the downloaded file
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h17 #include "chrome/browser/download/download_item_model.h"
53 virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
54 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
55 virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE;
71 content::DownloadItem* download() { return download_model_.download(); } function in class:DownloadItemGtk
77 // Repaint the download progress.
89 // Sets the tooltip on the download button.
104 // Reenables the download button after it has been clicked.
117 // Used for the download ite
[all...]
H A Ddownload_shelf_gtk.cc5 #include "chrome/browser/ui/gtk/download/download_shelf_gtk.h"
11 #include "chrome/browser/download/download_item_model.h"
12 #include "chrome/browser/download/download_stats.h"
18 #include "chrome/browser/ui/gtk/download/download_item_gtk.h"
41 // The height of the download items.
44 // Padding between the download widgets.
47 // Padding between the top/bottom of the download widgets and the edge of the
51 // Padding between the left side of the shelf and the first download item.
60 // The time between when the user mouses out of the download shelf zone and
80 // the download item
183 DoAddDownload(DownloadItem* download) argument
229 DownloadItem* download = download_items_[i]->download(); local
[all...]
H A Ddownload_shelf_context_menu_gtk.cc5 #include "chrome/browser/ui/gtk/download/download_shelf_context_menu_gtk.h"
8 #include "chrome/browser/download/download_item_model.h"
9 #include "chrome/browser/ui/gtk/download/download_item_gtk.h"
16 : DownloadShelfContextMenu(download_item->download(), navigator),
/external/chromium_org/tools/valgrind/
H A Dwaterfall.sh18 download() { function
20 # $1 = URL to download
28 echo "Failed to download '$1'... aborting"
36 echo "Failed to download '$1'... aborting"
40 echo "Need either curl or wget to download stuff... aborting"
56 download $1 "$LOGS_DIR/builders"
67 download $SLAVE_URL?numbuilds=${NUMBUILDS} "$LOGS_DIR/slave_${S}"
95 download $SLAVE_URL/builds/$BUILD "$TMPFILE"
109 download "$SLAVE_URL/builds/$REPORT/text" "$TMPFILE"
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner.h13 #include "chrome/browser/download/download_path_reservation_tracker.h"
14 #include "chrome/browser/download/download_target_determiner_delegate.h"
27 // Determines the target of the download.
30 // Virtual Path: A path representing the target of the download that may or
31 // may not be a physical file path. E.g. if the target of the download is in
39 // the download. Once the download completes, the file could be renamed to
43 // determining the download target. It observes the DownloadItem and aborts the
44 // process if the download is removed. DownloadTargetDeterminerDelegate is
53 // Start the process of determing the target of |download|
[all...]
H A Dtest_download_shelf.cc5 #include "chrome/browser/download/test_download_shelf.h"
46 void TestDownloadShelf::DoAddDownload(content::DownloadItem* download) { argument
H A Dtest_download_shelf.h11 #include "chrome/browser/download/download_shelf.h"
26 // Return |true| if a download was added to this shelf.
36 virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc5 #include "chrome/browser/ui/views/download/download_item_view.h"
21 #include "chrome/browser/download/chrome_download_manager_delegate.h"
22 #include "chrome/browser/download/download_item_model.h"
23 #include "chrome/browser/download/download_util.h"
28 #include "chrome/browser/ui/views/download/download_shelf_context_menu_view.h"
29 #include "chrome/browser/ui/views/download/download_shelf_view.h"
49 // TODO(paulg): These may need to be adjusted when download progress
65 // download.
68 // The space on the left and right side of the dangerous download label.
73 // How long the 'download complet
316 OnDownloadDestroyed(DownloadItem* download) argument
320 OnDownloadOpened(DownloadItem* download) argument
[all...]
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h5 // A ChromeView that implements one download on the Download shelf.
7 // indicating the download's file name, a text label indicating the
8 // download's status (such as the number of bytes downloaded so far)
9 // and a button for canceling an in progress download, or opening
10 // the completed download.
26 #include "chrome/browser/download/download_item.h"
27 #include "chrome/browser/download/download_manager.h"
59 DownloadItemView(DownloadItem* download,
73 DownloadItem* download() const { return download_; } function in class:DownloadItemView
76 virtual void OnDownloadUpdated(DownloadItem* download) OVERRID
[all...]
/external/chromium_org/content/public/browser/
H A Ddownload_item.h5 // Each download is represented by a DownloadItem, and all DownloadItems
7 // downloads. DownloadItems are created when a user initiates a download,
12 // - allows observers to receive notifications about one download from start
14 // Use AddObserver() / RemoveObserver() on the appropriate download object to
46 // One DownloadItem per download. This is the model class that stores all the
47 // state for a download. Multiple views, such as a tab's download shelf and the
48 // Destination tab's download view, may refer to a given DownloadItem.
63 // This state indicates that the download has been interrupted.
85 // Interface that observers of a particular download mus
89 OnDownloadUpdated(DownloadItem* download) argument
90 OnDownloadOpened(DownloadItem* download) argument
91 OnDownloadRemoved(DownloadItem* download) argument
96 OnDownloadDestroyed(DownloadItem* download) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload_unittest.py34 from webkitpy.tool.commands.download import *
/external/qemu/android/
H A Dandroid.h39 int download; member in struct:__anon24027
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc18 #include "chrome/browser/download/download_crx_util.h"
19 #include "chrome/browser/download/download_prefs.h"
20 #include "chrome/browser/download/download_stats.h"
21 #include "chrome/browser/download/download_util.h"
67 const char kDownloadDirectoryError[] = "Could not create download directory";
91 // Ensure the download directory exists. TODO(asargent) - make this use
102 // filename and when the download starts writing to it (think concurrently
195 const DownloadItem& download) {
196 return static_cast<const Approval*>(download.GetUserData(kApprovalKey));
331 void WebstoreInstaller::OnDownloadUpdated(DownloadItem* download) { argument
194 GetAssociatedApproval( const DownloadItem& download) argument
370 OnDownloadDestroyed(DownloadItem* download) argument
[all...]

Completed in 977 milliseconds

12345678