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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 91 void StartAllPending(ExtensionCache* cache);
242 // Do real work of StartAllPending. If .crx cache is used, this function
extension_updater_unittest.cc 768 downloader.StartAllPending(NULL);
    [all...]
extension_downloader.cc 245 void ExtensionDownloader::StartAllPending(ExtensionCache* cache) {
    [all...]
extension_updater.cc 493 // StartAllPending() might call OnExtensionDownloadFailed/Finished before
495 // send out a notification. So check before we call StartAllPending if any
500 // StartAllPending() will call OnExtensionDownloadFailed or
502 downloader_->StartAllPending(extension_cache_);
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc 287 downloader_->StartAllPending(NULL);

Completed in 51 milliseconds