HomeSort by relevance Sort by last modified time
    Searched defs:Downloader (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
downloader.h 30 // class MyDownloader : public Downloader {
39 class Downloader {
44 virtual ~Downloader() {}
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
downloader.h 31 // class MyDownloader : public Downloader {
40 class Downloader {
45 virtual ~Downloader() {}
  /external/chromium_org/chrome/browser/component_updater/
crx_downloader.h 32 // that, the download request is routed to the next downloader in the chain.
37 enum Downloader { kNone = 0, kUrlFetcher, kBits };
43 Downloader downloader; member in struct:component_updater::CrxDownloader::DownloadMetrics
86 // background downloader be used, if the platform supports it.

Completed in 74 milliseconds