Searched refs:downloads (Results 26 - 50 of 55) sorted by path

123

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Dbg.js24 chrome.downloads.onDeterminingFilename.addListener(function(item, __suggest) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
H A Dpopup.js5 // This extension demonstrates using chrome.downloads.download() to
49 chrome.downloads.download({url: visibleLinks[i]},
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
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({
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...]
/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/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_org/content/browser/download/
H A Ddownload_browsertest.cc567 // help up by buffering in the underlying downloads ByteStream data
605 // specified number of downloads to finish.
614 // specified number of downloads to start.
690 std::vector<DownloadItem*> downloads; local
691 DownloadManagerForShell(shell())->GetAllDownloads(&downloads);
692 EXPECT_EQ(1u, downloads.size());
693 if (1u != downloads.size())
695 return downloads[0];
759 // Location of the downloads directory for these tests
774 std::vector<DownloadItem*> downloads; local
801 std::vector<DownloadItem*> downloads; local
1706 std::vector<DownloadItem*> downloads; local
1751 std::vector<DownloadItem*> downloads; local
1799 std::vector<DownloadItem*> downloads; local
[all...]
H A Ddownload_manager_impl.cc336 // If there are in-progress downloads, cancel them. This also goes for
337 // dangerous downloads which will remain in history if they aren't explicitly
435 // For interrupted downloads, Start() will transition the state to
437 // For new downloads, we notify here, rather than earlier, so that
698 void DownloadManagerImpl::GetAllDownloads(DownloadVector* downloads) { argument
701 downloads->push_back(it->second);
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h7 // the downloads view in the Destinations tab. There is one DownloadManager per
11 // Objects that are interested in notifications about new downloads, or progress
16 // set of all downloads (such as new downloads, or deletes) occur
22 // information about the state of all downloads. The history system maintains a
23 // separate table for this called 'downloads'. At the point that the
25 // all persisted downloads.
56 // Browser's download manager: manages all downloads and destination view.
73 // to the DownloadManager's collection of downloads.
100 // Add all download items to |downloads|, n
[all...]
/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...]
H A Dmock_download_manager.h80 MOCK_METHOD1(GetAllDownloads, void(DownloadVector* downloads));
/external/chromium_org/third_party/lcov/rpm/
H A Dlcov.spec8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk401 libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1)
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download11 arm64_download - this script downloads the Linaro's ARMv8 Aarch64
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_manager.css618 .downloads-warning {
637 .downloads-warning[hidden] {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php10 $warning = '<br><font color="#FF0000" size="+2">Internal OTI Mirror. Live external site is <a href="http://download.eclipse.org/eclipse/downloads" target="_top">here</a>. </font>';
16 <font class=indextop> &lt;your project&gt;<br>downloads</font> <br> <font class=indexsub>
17 latest downloads from the &lt;your project</font>&gt;<br> <?php echo $warning; ?>
25 All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/notice.html">Eclipse.org
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
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 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 DfeedWatch.emf.properties20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
/external/libunwind/doc/
H A Dlibunwind-ia64.tex62 \URL{http://www.intel.com/design/itanium/downloads/245358.htm}
/external/libvorbis/
H A Dlibvorbis.spec10 Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
/external/libvpx/libvpx/
H A Dlibs.mk397 libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1)
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download11 arm64_download - this script downloads the Linaro's ARMv8 Aarch64

Completed in 520 milliseconds

123