Home
last modified time | relevance | path

Searched refs:Download (Results 1 – 25 of 81) sorted by relevance

1234

/external/chromium_org/chrome/browser/resources/downloads/
Ddownloads.js84 this.downloads_[id] = new Download(download);
239 function Download(download) { class
258 if (download.state != Download.States.COMPLETE) {
265 this.nodeProgressForeground_.width = Download.Progress.width;
266 this.nodeProgressForeground_.height = Download.Progress.height;
395 Download.States = {
407 Download.DangerType = {
421 Download.Progress = (function() {
438 Download.prototype.update = function(download) {
459 if (this.state_ == Download.States.DANGEROUS) {
[all …]
/external/chromium_org/chrome/browser/chromeos/contacts/
Dgdata_contacts_service_unittest.cc109 bool Download(const std::string& feed_filename, in Download() function in contacts::__anon51fb04940111::GDataContactsServiceTest
182 EXPECT_FALSE(Download("/some_bogus_file", base::Time(), &contacts)); in TEST_F()
183 EXPECT_FALSE(Download("/empty.txt", base::Time(), &contacts)); in TEST_F()
184 EXPECT_FALSE(Download("/not_json.txt", base::Time(), &contacts)); in TEST_F()
185 EXPECT_FALSE(Download("/not_dictionary.json", base::Time(), &contacts)); in TEST_F()
186 EXPECT_FALSE(Download("/no_feed.json", base::Time(), &contacts)); in TEST_F()
187 EXPECT_FALSE(Download("/no_category.json", base::Time(), &contacts)); in TEST_F()
188 EXPECT_FALSE(Download("/wrong_category.json", base::Time(), &contacts)); in TEST_F()
191 EXPECT_TRUE(Download("/feed_photo_404.json", base::Time(), &contacts)); in TEST_F()
200 EXPECT_FALSE(Download("/feed.json", base::Time(), &contacts)); in TEST_F()
[all …]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
Dfake_downloader_test.cc92 downloader_.Download(url, *callback); in TEST_P()
110 downloader_.Download(kUrl, *callback); in TEST_F()
122 downloader_.Download(kJunkUrl, *callback); in TEST_F()
133 downloader_.Download(kPrefixOnlyUrl, *callback); in TEST_F()
144 downloader_.Download(kRealUrl, *callback); in TEST_F()
Dfake_downloader.h62 virtual void Download(const std::string& url,
Dfake_downloader.cc74 void FakeDownloader::Download(const std::string& url, in Download() function in i18n::addressinput::FakeDownloader
Dretriever_test.cc117 virtual void Download(const std::string& url, in Download() function in __anonb66575090111::FaultyDownloader
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME10 …* ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib…
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/dow…
22 …* jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=1…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
Dindex.html.template6 <title>Download</title>
42 <td width="59%"><b>Download</b></td></tr>
63 <td width="59%"><b>Download</b></td></tr>
83 <td width="59%"><b>Download</b></td></tr>
103 <td width="59%"><b>Download</b></td></tr>
123 <td width="59%"><b>Download</b></td></tr>
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_ui_browsertest.js67 download.state = Download.States.COMPLETE;
74 download.danger_type = Download.DangerType.NOT_DANGEROUS;
/external/chromium_org/tools/win/toolchain/
Dtoolchain.py57 def Download(url, local_path): function
82 Download(
92 Download(
102 Download(
112 Download(
122 Download(
141 Download(
163 Download(
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
Ddownloader.h45 virtual void Download(const std::string& url,
/external/okhttp/
DREADME.md10 Download section in OkHttp
13 Download [the latest JAR][2] or grab via Maven:
/external/chromium_org/chrome/tools/
Dwebforms_aggregator_tests.py36 self.assertTrue(r.Download(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Dmessages.properties80 RSSFeedWatcherTask.Download=Download
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/
Dcontest-announcement.rst34 * `Download <http://code.google.com/p/nativeclient/wiki/Downloads?tm=2>`_
65 * `Download Native Client
/external/qemu/distrib/sdl-1.2.15/
DREADME.PS37 - Download the Cell SDK installer RPM and ISO images to
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
Dretriever.cc62 downloader_.Download(lookup_key_util_.GetUrlForKey(key), in OnDataReady()
/external/chromium_org/third_party/openssl/
Dimport_from_android.sh169 1) Download the Android sources from the AOSP git servers.
174 3) Download a versioned openssl package from the official OpenSSL
/external/ceres-solver/docs/source/
Dindex.rst13 * Download the latest stable `release
/external/chromium_org/native_client_sdk/src/doc/
Dquick-start.rst17 #. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some
/external/compiler-rt/lib/msandr/
DREADME.txt12 2. Download and build DrMemory (for DrSyscall extension)
/external/chromium_org/third_party/lcov/contrib/galaxy/
DREADME31 Download and copy the new files into the fcgp directory, (Note: its always
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac_unittest.mm5 // Download utility test for Mac OS X.
/external/iproute2/
DREADME6 Download:
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_browsertest.cc97 IN_PROC_BROWSER_TEST_F(BrowsingDataRemoverBrowserTest, Download) { in IN_PROC_BROWSER_TEST_F() argument

1234