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

123456

/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item.h11 class DownloadItem;
19 // DownloadItem. If |icon| is NULL, no image will be accompany the drag. |view|
21 void DragDownloadItem(const content::DownloadItem* download,
H A Ddownload_crx_util.h19 class DownloadItem;
36 const content::DownloadItem& download_item);
44 const content::DownloadItem& download_item);
48 bool IsExtensionDownload(const content::DownloadItem& download_item);
53 const content::DownloadItem& item);
H A Ddownload_crx_util_android.cc13 using content::DownloadItem;
19 const content::DownloadItem& download_item) {
32 const DownloadItem& download_item) {
39 bool IsExtensionDownload(const DownloadItem& download_item) {
46 const content::DownloadItem& item) {
H A Dall_download_item_notifier.h28 // content::DownloadManager* manager, content::DownloadItem* item) { ... }
36 public content::DownloadItem::Observer {
47 content::DownloadManager* manager, content::DownloadItem* item) {}
49 content::DownloadManager* manager, content::DownloadItem* item) {}
51 content::DownloadManager* manager, content::DownloadItem* item) {}
53 content::DownloadManager* manager, content::DownloadItem* item) {}
71 content::DownloadItem* item) OVERRIDE;
73 // content::DownloadItem::Observer
74 virtual void OnDownloadUpdated(content::DownloadItem* item) OVERRIDE;
75 virtual void OnDownloadOpened(content::DownloadItem* ite
[all...]
H A Ddownload_status_updater.h37 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
39 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
46 virtual void UpdateAppIconDownloadProgress(content::DownloadItem* download);
H A Ddownload_ui_controller.h26 virtual void OnNewDownloadReady(content::DownloadItem* item) = 0;
43 content::DownloadItem* item) OVERRIDE;
45 content::DownloadItem* item) OVERRIDE;
H A Ddownload_danger_prompt.h11 class DownloadItem;
15 // Prompts the user for whether to Keep a dangerous DownloadItem using native
41 content::DownloadItem* item,
H A Dall_download_item_notifier.cc27 for (std::set<content::DownloadItem*>::const_iterator it =
44 content::DownloadItem* item) {
51 content::DownloadItem* item) {
56 content::DownloadItem* item) {
61 content::DownloadItem* item) {
66 content::DownloadItem* item) {
H A Ddownload_target_determiner_delegate.h20 class DownloadItem;
73 virtual void NotifyExtensions(content::DownloadItem* download,
91 content::DownloadItem* download,
100 content::DownloadItem* download,
108 virtual void DetermineLocalPath(content::DownloadItem* download,
114 virtual void CheckDownloadUrl(content::DownloadItem* download,
H A Ddownload_ui_controller.cc36 virtual void OnNewDownloadReady(content::DownloadItem* item) OVERRIDE;
40 content::DownloadItem* item) {
44 if (item->GetState() != content::DownloadItem::IN_PROGRESS)
64 virtual void OnNewDownloadReady(content::DownloadItem* item) OVERRIDE;
70 content::DownloadItem* item) {
114 content::DownloadItem* item) {
121 content::DownloadItem* item) {
H A Ddownload_query.cc35 using content::DownloadItem;
70 // DownloadItem fields.
74 const DownloadItem& item) {
101 static int64 GetStartTimeMsEpoch(const DownloadItem& item) {
105 static int64 GetEndTimeMsEpoch(const DownloadItem& item) {
118 static std::string GetStartTime(const DownloadItem& item) {
122 static std::string GetEndTime(const DownloadItem& item) {
126 static bool GetDangerAccepted(const DownloadItem& item) {
131 static bool GetExists(const DownloadItem& item) {
135 static base::string16 GetFilename(const DownloadItem
195 BuildFilter( const base::Value& value, ComparisonType cmptype, ValueType (*accessor)(const DownloadItem&)) argument
213 BuildRegexFilter( const base::Value& regex_value, std::string (*accessor)(const DownloadItem&)) argument
343 Build(DownloadQuery::SortDirection adirection, ValueType (*accessor)(const DownloadItem&)) argument
[all...]
H A Ddownload_history.h59 virtual void OnDownloadStored(content::DownloadItem* item,
74 static bool IsPersisted(const content::DownloadItem* item);
94 bool WasRestoredFromHistory(const content::DownloadItem* item) const;
97 typedef std::set<content::DownloadItem*> ItemSet;
105 void MaybeAddToHistory(content::DownloadItem* item);
113 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
115 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
117 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
119 content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
H A Ddownload_status_updater.cc19 // called once when a DownloadItem completes, then not again (except perhaps
22 // call has been made for a given DownloadItem. It is expected that there will
29 static bool Get(content::DownloadItem* item) {
33 static void Clear(content::DownloadItem* item) {
37 explicit WasInProgressData(content::DownloadItem* item) {
47 "DownloadItem DownloadStatusUpdater WasInProgressData";
73 if ((*it)->GetState() == content::DownloadItem::IN_PROGRESS) {
103 content::DownloadManager* manager, content::DownloadItem* item) {
107 if (item->GetState() == content::DownloadItem::IN_PROGRESS) {
116 content::DownloadManager* manager, content::DownloadItem* ite
[all...]
H A Ddownload_file_picker.h16 class DownloadItem;
36 static void ShowFilePicker(content::DownloadItem* item,
41 DownloadFilePicker(content::DownloadItem* item,
/external/chromium_org/android_webview/browser/
H A Daw_download_manager_delegate.cc17 content::DownloadItem* item,
23 content::DownloadItem::TARGET_DISPOSITION_OVERWRITE,
30 content::DownloadItem* item,
37 content::DownloadItem* item,
45 static uint32 next_id = content::DownloadItem::kInvalidId + 1;
H A Daw_download_manager_delegate.h20 content::DownloadItem* item,
23 content::DownloadItem* item,
26 content::DownloadItem* item,
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h23 class DownloadUpdatedObserver : public DownloadItem::Observer {
25 typedef base::Callback<bool(DownloadItem*)> EventFilter;
29 DownloadUpdatedObserver(DownloadItem* item, EventFilter filter);
39 // DownloadItem::Observer
40 virtual void OnDownloadUpdated(DownloadItem* item) OVERRIDE;
41 virtual void OnDownloadDestroyed(DownloadItem* item) OVERRIDE;
43 DownloadItem* item_;
60 public DownloadItem::Observer {
85 // DownloadItem::Observer
86 virtual void OnDownloadUpdated(DownloadItem* downloa
[all...]
H A Ddownload_test_observer.cc22 DownloadItem* item, DownloadUpdatedObserver::EventFilter filter)
47 void DownloadUpdatedObserver::OnDownloadUpdated(DownloadItem* item) {
55 void DownloadUpdatedObserver::OnDownloadDestroyed(DownloadItem* item) {
86 std::vector<DownloadItem*> downloads;
88 for (std::vector<DownloadItem*>::iterator it = downloads.begin();
117 DownloadItem* item) {
130 void DownloadTestObserver::OnDownloadDestroyed(DownloadItem* download) {
138 void DownloadTestObserver::OnDownloadUpdated(DownloadItem* download) {
193 DownloadItem::DownloadState state) const {
202 void DownloadTestObserver::DownloadInFinalState(DownloadItem* downloa
[all...]
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.cc12 callback.Run(content::DownloadItem::kInvalidId);
16 DownloadItem* item,
27 DownloadItem* item,
33 DownloadItem* item, const DownloadOpenDelayedCallback& callback) {
H A Ddownload_manager_delegate.h23 // Called by SavePackage when it creates a DownloadItem.
24 typedef base::Callback<void(DownloadItem*)>
44 DownloadItem::TargetDisposition disposition,
79 virtual bool DetermineDownloadTarget(DownloadItem* item,
92 DownloadItem* item,
99 virtual bool ShouldOpenDownload(DownloadItem* item,
122 virtual void OpenDownload(DownloadItem* download) {}
125 virtual void ShowDownloadInShell(DownloadItem* download) {}
129 DownloadItem* download,
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_mac.h26 class DownloadItemMac : content::DownloadItem::Observer {
28 DownloadItemMac(content::DownloadItem* download,
34 // content::DownloadItem::Observer implementation
35 virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
36 virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE;
37 virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.h17 class DownloadItem;
53 content::DownloadItem* download,
60 content::DownloadItem* download);
63 base::FilePath GetTargetPath(const content::DownloadItem* download);
66 base::FilePath GetCacheFilePath(const content::DownloadItem* download);
69 bool IsDriveDownload(const content::DownloadItem* download);
73 const content::DownloadItem* download,
79 content::DownloadItem* download) OVERRIDE;
81 content::DownloadItem* download) OVERRIDE;
93 content::DownloadItem* downloa
[all...]
/external/chromium_org/content/public/browser/android/
H A Ddownload_controller_android.h12 class DownloadItem;
30 virtual void OnDownloadStarted(DownloadItem* download_item) = 0;
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback_service.h22 class DownloadItem;
47 content::DownloadItem* download,
52 static bool IsEnabledForDownload(const content::DownloadItem& download);
57 const content::DownloadItem& download,
68 void BeginFeedbackForDownload(content::DownloadItem* download);
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.h43 content::DownloadItem* download_item) OVERRIDE;
46 content::DownloadItem* download_item) OVERRIDE;
49 content::DownloadItem* download_item) OVERRIDE;
109 typedef std::set<content::DownloadItem*> DownloadSet;
120 void ShowDangerPrompt(content::DownloadItem* dangerous);
123 // DownloadItem.
131 content::DownloadItem* GetDownloadByValue(const base::ListValue* args);

Completed in 374 milliseconds

123456