HomeSort by relevance Sort by last modified time
    Searched defs:Download (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 8 * The type of the download object. The definition is based on
89 * @type {!Object.<string, Download>}
116 * Called when a download has been updated or added.
117 * @param {BackendDownloadObject} download A backend download object
119 Downloads.prototype.updated = function(download) {
120 var id = download.id;
122 this.downloads_[id].update(download);
124 this.downloads_[id] = new Download(download);
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_metadata_source.cc 63 const_cast<ChromeMetadataSource*>(this)->Download(key, downloaded);
88 void ChromeMetadataSource::Download(const std::string& key,
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation.cc 37 &WriteFromUrlOperation::Download,
74 void WriteFromUrlOperation::Download(const base::Closure& continuation) {
write_from_url_operation_unittest.cc 53 void Download(const base::Closure& continuation) {
54 WriteFromUrlOperation::Download(continuation);
169 base::Bind(&OperationForTest::Download, operation, quit_closure));
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals.py 9 Download actual GM results for a particular builder.
35 class Download(object):
59 builder_name: which builder to download results of
64 to download all of the results, and there is no indication of progress.
66 TODO(epoger): Download multiple images in parallel to speed things up.
116 help=('REQUIRED: Which builder to download results for. '
147 downloader = Download(actuals_base_url=params.actuals_base_url)
  /external/skia/gm/rebaseline_server/
download_actuals.py 9 Download actual GM results for a particular builder.
33 class Download(object):
57 builder_name: which builder to download results of
62 to download all of the results, and there is no indication of progress.
64 TODO(epoger): Download multiple images in parallel to speed things up.
114 help=('REQUIRED: Which builder to download results for. '
145 downloader = Download(actuals_base_url=params.actuals_base_url)
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 69 """Download, parse, and check if the web page contains a registration form.
83 url: url to download page from.
252 The page begins to download, but since not all the data of the pages comes
262 def Download(self):
266 It uses a curl object for a single download. This function is called only
302 if self.Download():
545 MAX_SAME_DOMAIN_URLS_NO. After this number of Retriever objects download
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 40 * Code common to tests that use the download manager public API.
44 class Download {
47 private Download(long downloadId) {
162 // max time to wait before giving up on the current download operation.
165 // download thread
199 // download not done yet. sleep a while and try again
232 protected Download enqueueRequest(DownloadManager.Request request) {
233 return new Download(mManager.enqueue(request));
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 75 // This class is used to save the download request for verifying with test case.
97 download_.reset(new Download(
111 struct Download {
112 Download(int id,
121 ~Download() {}
129 scoped_ptr<Download> download_;
241 // This class is used to catch the FaviconHandler's download and history
357 // The unique id of a download request. It will be returned to a
519 // Favicon shouldn't request to download icon.
563 // Favicon should request to download icon now
    [all...]
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivityInstrumentation/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AdapterTransition/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AgendaData/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AppRestrictionSchema/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AppRestrictions/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AppUsageStatistics/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/BasicAccessibility/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/gradle/wrapper/
gradle-wrapper.jar 

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 910