Searched refs:Download (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js89 * @type {!Object.<string, Download>}
124 this.downloads_[id] = new Download(download);
136 // Download.prototype.update may change its nodeSince_ and nodeDate_, so
286 // Download
292 function Download(download) { class
311 if (download.state != Download.States.COMPLETE) {
318 this.nodeProgressForeground_.width = Download.Progress.width;
319 this.nodeProgressForeground_.height = Download.Progress.height;
447 Download.States = {
460 Download
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py37 downloader = download_actuals.Download(
H A Ddownload_actuals.py9 Download actual GM results for a particular builder.
35 class Download(object): class in inherits:object
66 TODO(epoger): Download multiple images in parallel to speed things up.
147 downloader = Download(actuals_base_url=params.actuals_base_url)
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py38 downloader = download_actuals.Download(
H A Ddownload_actuals.py9 Download actual GM results for a particular builder.
33 class Download(object): class in inherits:object
64 TODO(epoger): Download multiple images in parallel to speed things up.
145 downloader = Download(actuals_base_url=params.actuals_base_url)
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
18 * jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php3 <title>Eclipse Download Click Through</title>
43 of Eclipse. Once you have read the notes you can click on the Download link
50 echo '<a href="'.$dropFile.'">Download</a>';
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.js47 * in the preLoad, because it requires the global Download object to have
75 state: Download.States.COMPLETE,
82 danger_type: Download.DangerType.NOT_DANGEROUS,
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_metadata_source.cc63 const_cast<ChromeMetadataSource*>(this)->Download(key, downloaded);
88 void ChromeMetadataSource::Download(const std::string& key, function in class:autofill::ChromeMetadataSource
H A Dchrome_metadata_source.h53 void Download(const std::string& key, const Callback& downloaded);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation.h41 void Download(const base::Closure& continuation);
H A Dwrite_from_url_operation.cc37 &WriteFromUrlOperation::Download,
74 void WriteFromUrlOperation::Download(const base::Closure& continuation) { function in class:extensions::image_writer::WriteFromUrlOperation
H A Dwrite_from_url_operation_unittest.cc53 void Download(const base::Closure& continuation) { function in class:extensions::image_writer::__anon3739::OperationForTest
54 WriteFromUrlOperation::Download(continuation);
169 base::Bind(&OperationForTest::Download, operation, quit_closure));
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_tests.py36 self.assertTrue(r.Download(),
H A Dwebforms_aggregator_unittests.py270 self.assertTrue(r.Download(),
H A Dwebforms_aggregator.py69 """Download, parse, and check if the web page contains a registration form.
262 def Download(self): member in class:Retriever
302 if self.Download():
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_browsertest.cc97 IN_PROC_BROWSER_TEST_F(BrowsingDataRemoverBrowserTest, Download) {
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst9 <a href="/native-client/sdk/download.html">visit the SDK Download page</a>.
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler_unittest.cc97 download_.reset(new Download(
111 struct Download { struct in class:__anon4048::DownloadHandler
112 Download(int id, function in struct:__anon4048::DownloadHandler::Download
121 ~Download() {}
129 scoped_ptr<Download> download_;
1470 // Download is not started and Icon is still marked as UnableToDownload.
1476 // Download is started as another icon URL is not same as missing_icon_url.
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_apitest.cc317 IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Download) {
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc83 const char kFileAlreadyDeleted[] = "Download file already deleted";
99 const char kNotComplete[] = "Download must be complete";
100 const char kNotDangerous[] = "Download must be dangerous";
101 const char kNotInProgress[] = "Download must be in progress";
443 UMA_HISTOGRAM_ENUMERATION("Download.ApiFunctions",
604 UMA_HISTOGRAM_PERCENTAGE("Download.OnChanged",
992 scoped_ptr<downloads::Download::Params> params(
993 downloads::Download::Params::Create(*args_));
/external/blktrace/doc/
H A Dblktrace.tex49 \subsection{blktrace Download Area}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2316 milliseconds

12