HomeSort by relevance Sort by last modified time
    Searched refs:ExtensionDownloader (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/extensions/updater/
chrome_extension_downloader_factory.h 13 class ExtensionDownloader;
22 // ExtensionDownloader suitable for use from within Chrome.
27 static scoped_ptr<extensions::ExtensionDownloader> CreateForRequestContext(
34 static scoped_ptr<extensions::ExtensionDownloader> CreateForProfile(
chrome_extension_downloader_factory.cc 19 using extensions::ExtensionDownloader;
23 scoped_ptr<ExtensionDownloader>
27 scoped_ptr<ExtensionDownloader> downloader(
28 new ExtensionDownloader(delegate, request_context));
43 scoped_ptr<ExtensionDownloader>
51 scoped_ptr<ExtensionDownloader> downloader =
extension_downloader.cc 49 const char ExtensionDownloader::kBlacklistAppID[] = "com.google.crx.blacklist";
155 ExtensionDownloader::ExtensionFetch::ExtensionFetch()
159 ExtensionDownloader::ExtensionFetch::ExtensionFetch(
174 ExtensionDownloader::ExtensionFetch::~ExtensionFetch() {}
176 ExtensionDownloader::ExtensionDownloader(
183 base::Bind(&ExtensionDownloader::CreateManifestFetcher,
186 base::Bind(&ExtensionDownloader::CreateExtensionFetcher,
195 ExtensionDownloader::~ExtensionDownloader() {}
    [all...]
extension_downloader.h 55 class ExtensionDownloader
59 // A closure which constructs a new ExtensionDownloader to be owned by the
62 scoped_ptr<ExtensionDownloader>(ExtensionDownloaderDelegate* delegate)>
66 // ExtensionDownloader.
67 ExtensionDownloader(ExtensionDownloaderDelegate* delegate,
69 virtual ~ExtensionDownloader();
269 // ExtensionDownloader, and that fills in optional ping and update url data.
327 base::WeakPtrFactory<ExtensionDownloader> weak_ptr_factory_;
329 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloader);
extension_updater_unittest.cc 203 // the ExtensionDownloader.
340 ExtensionDownloader::Factory GetDownloaderFactory() {
345 ExtensionDownloader::Factory GetAuthenticatedDownloaderFactory() {
360 scoped_ptr<ExtensionDownloader> CreateExtensionDownloader(
368 scoped_ptr<ExtensionDownloader> CreateExtensionDownloaderWithIdentity(
377 scoped_ptr<ExtensionDownloader> downloader(
633 void StartUpdateCheck(ExtensionDownloader* downloader,
638 size_t ManifestFetchersCount(ExtensionDownloader* downloader) {
678 factory.GetFetcherByID(ExtensionDownloader::kManifestFetcherId);
758 ExtensionDownloader downloader(&delegate, service.request_context())
    [all...]
extension_updater.h 92 const ExtensionDownloader::Factory& downloader_factory);
165 // Ensure that we have a valid ExtensionDownloader instance referenced by
248 // new ExtensionDownloader instances.
249 const ExtensionDownloader::Factory downloader_factory_;
252 scoped_ptr<ExtensionDownloader> downloader_;
extension_updater.cc 229 const ExtensionDownloader::Factory& downloader_factory)
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.h 28 class ExtensionDownloader;
185 scoped_ptr<extensions::ExtensionDownloader> downloader_;
device_local_account_external_policy_loader_unittest.cc 241 extensions::ExtensionDownloader::kManifestFetcherId);
260 extensions::ExtensionDownloader::kExtensionFetcherId);
  /external/chromium_org/chrome/browser/extensions/
extension_service.h 53 class ExtensionDownloader;
474 // Creates an ExtensionDownloader for use by the updater.
475 scoped_ptr<extensions::ExtensionDownloader> CreateExtensionDownloader(

Completed in 124 milliseconds