HomeSort by relevance Sort by last modified time
    Searched refs:downloads (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.h 20 // Indicates how many downloads are in progress.
21 - (void)setDownloads:(int)downloads;
  /packages/providers/DownloadProvider/ui/
Android.mk 7 ../src/com/android/providers/downloads/OpenHelper.java \
8 ../src/com/android/providers/downloads/Constants.java \
9 ../src/com/android/providers/downloads/DownloadDrmHelper.java
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.uml2.properties 28 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/drops/%%version%%/%%buildID%%/testResults.ph
    [all...]
feedPublish.eclipse.properties 19 #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
feedPublish.emf.properties 28 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
feedWatch.emf.properties 20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h 31 // Indicates how many downloads are in progress.
32 - (void)setDownloads:(int)downloads;
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 29 #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 {
180 #downloads-pagination
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java 17 package com.android.providers.downloads;
62 final List<Pair<Download, String>> downloads = Lists.newArrayList(); local
72 downloads.add(Pair.create(d, body));
75 // Kick off downloads in parallel
79 for (Pair<Download,String> d : downloads) {
86 for (Pair<Download, String> d : downloads) {
FakeInputStream.java 17 package com.android.providers.downloads;
HelpersTest.java 17 package com.android.providers.downloads;
19 import android.provider.Downloads;
33 String hint = "file:///com.android.providers.downloads/test";
39 Downloads.Impl.DESTINATION_FILE_URI,
MockitoHelper.java 17 package com.android.providers.downloads;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 17 package com.android.providers.downloads;
43 * @return maximum size, in bytes, of downloads that may go over a mobile connection; or null if
49 * @return recommended maximum size, in bytes, of downloads that may go over a mobile
DownloadDrmHelper.java 18 package com.android.providers.downloads;
StopRequestException.java 16 package com.android.providers.downloads;
18 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_HTTP_CODE;
19 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_REDIRECT;
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 120 // Setup default downloads directory to the scoped tmp directory created for
187 // The |manager| should have |download| in its list of downloads.
223 // There should be no downloads started by the navigation.
225 std::vector<DownloadItem*> downloads; local
226 download_manager->GetAllDownloads(&downloads);
227 ASSERT_EQ(0u, downloads.size());
256 DownloadManager::DownloadVector downloads; local
257 download_manager->GetAllDownloads(&downloads);
258 ASSERT_EQ(1u, downloads.size());
261 DeleteDownloadAndWaitForFlush(downloads[0], download_manager)
308 std::vector<DownloadItem*> downloads; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_open/
background.js 19 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_internal/
downloads_internal_api.cc 7 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
8 #include "chrome/common/extensions/api/downloads.h"
32 extensions::api::downloads::ParseFilenameConflictAction(
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 50 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon8443::__anon8444
54 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon8443::__anon8445
61 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon8446::__anon8447
65 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon8446::__anon8448
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 on that download manager
    [all...]
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
  /external/chromium_org/third_party/lcov-1.9/rpm/
lcov.spec 8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_browsertest.cc 57 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/download/
drag_download_file.cc 157 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) {
  /external/chromium/chrome/browser/history/
history_unittest.cc 306 // 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.size())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 10 * Test C++ fixture for downloads WebUI testing.
17 * Base 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);
104 expectEquals(downloads.size(), 0);
112 * Fixture for Downloads WebUI testing when deletions are prohibited.
153 expectEquals(downloads.size(), TOTAL_RESULT_COUNT)
    [all...]

Completed in 839 milliseconds

1 2 3 4 5