Searched refs:downloads (Results 1 - 25 of 57) 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/chromium/chrome/browser/ui/cocoa/
H A Ddock_icon.h20 // Indicates how many downloads are in progress.
21 - (void)setDownloads:(int)downloads;
/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.css29 #downloads-summary {
37 #downloads-summary-text {
41 #downloads-actions {
45 html[dir=rtl] #downloads-actions {
54 #downloads-actions > a,
55 #downloads-actions > .disabled-link {
59 #downloads-actions > a:first-child {
63 #open-downloads-folder {
67 #downloads-display {
184 #downloads
[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/streams_private/
H A Dstreams_private_apitest.cc117 // Setup default downloads directory to the scoped tmp directory created for
184 // The |manager| should have |download| in its list of downloads.
220 // There should be no downloads started by the navigation.
222 std::vector<DownloadItem*> downloads; local
223 download_manager->GetAllDownloads(&downloads);
224 ASSERT_EQ(0u, downloads.size());
253 DownloadManager::DownloadVector downloads; local
254 download_manager->GetAllDownloads(&downloads);
255 ASSERT_EQ(1u, downloads.size());
258 DeleteDownloadAndWaitForFlush(downloads[
305 std::vector<DownloadItem*> downloads; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc5 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
56 #include "chrome/common/extensions/api/downloads.h"
108 const char kOpenPermission[] = "The \"downloads.open\" permission is required";
110 const char kShelfPermission[] = "downloads.setShelfEnabled requires the "
111 "\"downloads.shelf\" permission";
123 namespace downloads = extensions::api::downloads;
171 // corresponding change to downloads.json.
187 // 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',
40 * Sends TOTAL_RESULT_COUNT fake downloads to the page. This can't be called
50 downloads.updated(this.createDownload_(i, timestamp));
53 expectEquals(downloads.size(), TOTAL_RESULT_COUNT);
127 expectEquals(allowDelete ? 0 : TOTAL_RESULT_COUNT, downloads.size());
/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::__anon6269::__anon6270
54 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon6269::__anon6271
61 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon6272::__anon6273
65 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon6272::__anon6274
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.cc57 std::vector<content::DownloadItem*> downloads; local
58 download_manager->GetAllDownloads(&downloads);
59 EXPECT_EQ(expected, downloads.size());
77 base::FilePath().AppendASCII("downloads"),
96 // Test BrowsingDataRemover for downloads.
106 // Test BrowsingDataRemover for prohibited downloads. Note that this only
/external/chromium/chrome/browser/history/
H A Dhistory_unittest.cc306 // Initially there should be nothing in the downloads database.
307 std::vector<DownloadCreateInfo> downloads; local
308 db_->QueryDownloads(&downloads);
309 EXPECT_EQ(0U, downloads.size());
328 db_->QueryDownloads(&downloads);
329 EXPECT_EQ(9U, downloads.size());
334 db_->QueryDownloads(&downloads);
335 EXPECT_EQ(7U, downloads.size());
340 db_->QueryDownloads(&downloads);
341 EXPECT_EQ(3U, downloads
[all...]
/external/chromium/chrome/browser/download/
H A Ddrag_download_file.cc157 std::vector<DownloadItem*> downloads; local
158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads);
159 for (std::vector<DownloadItem*>::const_iterator i = downloads.begin();
160 i != downloads.end(); ++i) {
H A Ddownload_browsertest.cc43 // of downloads being seen in a particular state + other events that
53 // cancels our in-progress downloads.)
124 std::vector<DownloadItem*> downloads; local
125 download_manager_->SearchDownloads(string16(), &downloads); local
127 std::vector<DownloadItem*>::iterator it = downloads.begin();
128 for (; it != downloads.end(); ++it) {
194 // The number of downloads to wait on completing.
197 // The number of downloads entered in final state in initial
201 // construction and return from wait. But some downloads may be in our
208 // all downloads completin
278 std::vector<DownloadItem*> downloads; local
279 download_manager_->SearchDownloads(string16(), &downloads); local
646 GetDownloads(Browser* browser, std::vector<DownloadItem*>* downloads) argument
649 manager->SearchDownloads(string16(), downloads); local
1234 std::vector<DownloadItem*> downloads; local
1236 string16(), &downloads); local
1278 std::vector<DownloadItem*> downloads; local
1279 GetDownloads(browser(), &downloads); local
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_service.cc14 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
125 content::DownloadManager::DownloadVector downloads; local
126 download_manager->GetAllDownloads(&downloads);
128 downloads.begin();
129 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-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/chromeos/drive/
H A Ddownload_handler.cc97 // Persisted downloads are not in IN_PROGRESS state when created, while newly
98 // created downloads are.
132 content::DownloadManager::DownloadVector downloads; local
133 download_manager->GetAllDownloads(&downloads);
134 for (size_t i = 0; i < downloads.size(); ++i) {
135 if (IsPersistedDriveDownload(drive_tmp_download_path_, downloads[i]))
136 RemoveDownload(downloads[i]->GetId());
236 // Only accept downloads that have the Drive meta data associated with them.
257 // Interrupted downloads can be resumed. Keep the Drive user data around

Completed in 571 milliseconds

123