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

123

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/downloads_overwrite/
H A Dbg.js5 // Force all downloads to overwrite any existing files instead of inserting
8 chrome.downloads.onDeterminingFilename.addListener(function(item, suggest) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.uml2.properties28 buildURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml&showAll=1&hlbuild=%%buildID%%#%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/
45 downloadsURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml#uml2-uml
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drop
[all...]
H A DfeedPublish.eclipse.properties19 #file=/builds/transfer/files/master/downloads/builds-eclipse-3.3.xml
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
H A DfeedPublish.emf.properties28 buildURL=http://www.eclipse.org/emf/downloads/?showAll=1&hlbuild=%%buildID%%#%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/
45 downloadsURL=http://www.eclipse.org/emf/downloads/
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.php
H A DfeedWatch.emf.properties20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
/external/chromium_org/chrome/browser/ui/cocoa/
H A Ddock_icon.h31 // Indicates how many downloads are in progress.
32 - (void)setDownloads:(int)downloads;
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.css7 #downloads-summary-text {
16 #downloads-actions > a,
17 #downloads-actions > .disabled-link {
21 #downloads-actions > a:first-child {
25 #open-downloads-folder {
29 #downloads-display {
147 #downloads-pagination {
H A Ddownloads.js84 * Class to hold all the information about the visible downloads.
93 this.node_ = $('downloads-display');
94 this.summary_ = $('downloads-summary-text');
97 // Keep track of the dates of the newest and oldest downloads so that we
125 // We get downloads in display order, so we don't have to worry about
126 // maintaining correct order - we can assume that any downloads not in
171 * Returns the number of downloads in the model. Used by tests.
172 * @return {number} Returns the number of downloads shown on the page.
208 * Clear all downloads and reset us back to a null state.
252 * @param {Array} downloads Arra
864 var downloads, resultsTimeout; variable
[all...]
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_apitest.cc157 // Setup default downloads directory to the scoped tmp directory created for
225 // The |manager| should have |download| in its list of downloads.
261 // There should be no downloads started by the navigation.
263 std::vector<DownloadItem*> downloads; local
264 download_manager->GetAllDownloads(&downloads);
265 ASSERT_EQ(0u, downloads.size());
303 // There should be no downloads started by the navigation.
305 std::vector<DownloadItem*> downloads; local
306 download_manager->GetAllDownloads(&downloads);
307 ASSERT_EQ(0u, downloads
336 DownloadManager::DownloadVector downloads; local
388 std::vector<DownloadItem*> downloads; local
425 std::vector<DownloadItem*> downloads; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_open/
H A Dbackground.js19 chrome.downloads.onChanged.addListener(function(delta) {
28 chrome.downloads.open(delta.id);
34 chrome.downloads.download({url: info.linkUrl}, function(downloadId) {
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc22 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
67 namespace downloads = api::downloads;
123 if (((event_name_ == downloads::OnDeterminingFilename::kEventName) ||
124 (event_name_ == downloads::OnCreated::kEventName) ||
125 (event_name_ == downloads::OnChanged::kEventName)) &&
146 } else if ((event_name_ == downloads::OnErased::kEventName) &&
257 // temporary downloads directory specified by downloads_directory().
260 // State for the download. Note that IN_PROGRESS downloads will be created
280 ->AddEventListener(downloads
[all...]
H A Ddownloads_api.cc5 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
46 #include "chrome/common/extensions/api/downloads.h"
103 const char kOpenPermission[] = "The \"downloads.open\" permission is required";
105 const char kShelfPermission[] = "downloads.setShelfEnabled requires the "
106 "\"downloads.shelf\" permission";
121 namespace downloads = api::downloads;
169 // corresponding change to downloads.json.
185 // corresponding change to downloads.json.
480 const downloads
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.js10 * Test C++ fixture for downloads WebUI testing.
27 * Browse to the downloads page & call our preLoad().
29 browsePreload: 'chrome://downloads/',
46 * Sends TOTAL_RESULT_COUNT fake downloads to the page. This can't be called
56 downloads.updated(this.createDownload_(i, timestamp));
59 expectEquals(downloads.size(), TOTAL_RESULT_COUNT);
134 expectEquals(allowDelete ? 0 : TOTAL_RESULT_COUNT, downloads.size());
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dpath_util.cc64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile); local
69 downloads));
71 downloads));
86 bases.push_back(std::make_pair(hashed_downloads, downloads));
/external/chromium_org/chrome/browser/extensions/api/downloads_internal/
H A Ddownloads_internal_api.cc7 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
8 #include "chrome/common/extensions/api/downloads.h"
34 extensions::api::downloads::ParseFilenameConflictAction(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc50 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5037::__anon5038
54 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5037::__anon5039
61 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5040::__anon5041
65 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5040::__anon5042
110 // Create |num_downloads| number of downloads that are stalled
113 // browser with active downloads.
120 // Setup an observer waiting for the given number of downloads
128 // Set of that number of downloads.
141 // All all downloads created in CreateStalledDownloads() to
148 // no active downloads o
[all...]
/external/chromium_org/third_party/lcov/rpm/
H A Dlcov.spec8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_browsertest.cc59 std::vector<content::DownloadItem*> downloads; local
60 download_manager->GetAllDownloads(&downloads);
61 EXPECT_EQ(expected, downloads.size());
79 base::FilePath().AppendASCII("downloads"),
96 // Test BrowsingDataRemover for downloads.
106 // Test BrowsingDataRemover for prohibited downloads. Note that this only
/external/chromium_org/chrome/browser/download/
H A Ddownload_service.cc22 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
106 DownloadManager::DownloadVector downloads; local
107 download_manager->GetAllDownloads(&downloads);
108 for (DownloadManager::DownloadVector::iterator it = downloads.begin();
109 it != downloads.end();
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc86 std::vector<DownloadItem*> downloads; local
87 download_manager_->GetAllDownloads(&downloads);
88 for (std::vector<DownloadItem*>::iterator it = downloads.begin();
89 it != downloads.end(); ++it) {
119 // created as well as in DownloadTestObserver::Init() for downloads that
353 // of downloads in the IN_PROGRESS state and take appropriate
354 // action. If requested, also observes all downloads while iterating.
360 std::vector<DownloadItem*> downloads; local
361 download_manager_->GetAllDownloads(&downloads);
362 for (std::vector<DownloadItem*>::iterator it = downloads
[all...]
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash23 downloads="$HOME/software/downloads"
12 mkdir -p "${downloads}"
24 cd "$downloads"
33 tar zxf $downloads/splash2.tar.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
H A Ddownload-and-build-splash2.in3 downloads="$HOME/software/downloads"
12 mkdir -p "${downloads}"
24 cd "$downloads"
33 tar zxf $downloads/splash2.tar.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js302 chrome.downloads.getFileIcon(
328 !chrome.downloads.removeFile);
454 chrome.downloads.drag(this.id);
458 chrome.downloads.show(this.id);
463 chrome.downloads.open(this.id);
470 chrome.downloads.removeFile(this.id);
476 chrome.downloads.erase({id: this.id});
480 chrome.downloads.pause(this.id);
484 chrome.downloads.resume(this.id);
488 chrome.downloads
[all...]
H A Dbackground.js5 if (chrome.downloads.setShelfEnabled)
6 chrome.downloads.setShelfEnabled(false);
149 chrome.downloads.open(id);
170 chrome.downloads.search({}, function(items) {
229 chrome.downloads.onCreated.addListener(function(item) {
257 chrome.downloads.download({
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc32 // non-opened for downloads that completed at the same time (extraordinarily
48 // Returns a pointer to the most interesting completed download in |downloads|.
50 const std::vector<history::DownloadRow>& downloads) {
52 for (size_t i = 0; i < downloads.size(); ++i) {
53 const history::DownloadRow& row = downloads[i];
54 // Ignore incomplete downloads.
193 scoped_ptr<std::vector<history::DownloadRow> > downloads) {
202 const history::DownloadRow* profile_best = FindMostInteresting(*downloads);
49 FindMostInteresting( const std::vector<history::DownloadRow>& downloads) argument
191 OnDownloadQuery( Profile* profile, scoped_ptr<std::vector<history::DownloadRow> > downloads) argument

Completed in 2995 milliseconds

123