Searched defs:Download (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js84 this.downloads_[id] = new Download(download);
96 // Download.prototype.update may change its nodeSince_ and nodeDate_, so
233 // 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
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
H A Dfake_downloader.cc74 void FakeDownloader::Download(const std::string& url, function in class:i18n::addressinput::FakeDownloader
H A Dretriever_test.cc117 virtual void Download(const std::string& url, function in class:__anon12112::FaultyDownloader
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgdata_contacts_service_unittest.cc109 bool Download(const std::string& feed_filename, function in class:contacts::__anon4465::GDataContactsServiceTest
136 // Handles success for Download().
144 // Handles failure for Download().
170 // OnSuccess() and OnFailure() to Download().
173 // Used to pass downloaded contacts back to Download().
182 EXPECT_FALSE(Download("/some_bogus_file", base::Time(), &contacts));
183 EXPECT_FALSE(Download("/empty.txt", base::Time(), &contacts));
184 EXPECT_FALSE(Download("/not_json.txt", base::Time(), &contacts));
185 EXPECT_FALSE(Download("/not_dictionary.json", base::Time(), &contacts));
186 EXPECT_FALSE(Download("/no_fee
[all...]
/external/chromium_org/tools/win/toolchain/
H A Dtoolchain.py57 def Download(url, local_path): function
58 """Download a large-ish binary file and print some status information while
82 Download(
92 Download(
102 Download(
112 Download(
122 Download(
130 """Download the Win8 SDK. This one is slightly different than the simple
141 Download(
160 """Download Update
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler_unittest.cc97 download_.reset(new Download(
110 struct Download { struct in class:__anon5312::DownloadHandler
111 Download(int id, GURL url, int size, int max_size, bool failed) function in struct:__anon5312::DownloadHandler::Download
116 ~Download() {}
124 scoped_ptr<Download> download_;
1131 // Download is not started and Icon is still marked as UnableToDownload.
1137 // Download is started as another icon URL is not same as missing_icon_url.
/external/chromium_org/chrome/tools/
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/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1005 milliseconds