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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.cc 12 ExtensionDownloaderDelegate::PingResult::PingResult() : did_ping(false) {}
14 ExtensionDownloaderDelegate::PingResult::~PingResult() {}
16 ExtensionDownloaderDelegate::~ExtensionDownloaderDelegate() {}
18 void ExtensionDownloaderDelegate::OnExtensionDownloadFailed(
20 ExtensionDownloaderDelegate::Error error,
21 const ExtensionDownloaderDelegate::PingResult& ping_result,
24 bool ExtensionDownloaderDelegate::GetPingDataForExtension(
30 std::string ExtensionDownloaderDelegate::GetUpdateUrlData(
extension_downloader_delegate.h 22 class ExtensionDownloaderDelegate {
24 virtual ~ExtensionDownloaderDelegate();
extension_downloader.h 48 // the crx file when updates are found. It uses a |ExtensionDownloaderDelegate|
55 ExtensionDownloader(ExtensionDownloaderDelegate* delegate,
188 ExtensionDownloaderDelegate::Error error);
196 ExtensionDownloaderDelegate* delegate_;
225 std::map<std::string, ExtensionDownloaderDelegate::PingResult> ping_results_;
extension_downloader.cc 118 ExtensionDownloaderDelegate* delegate,
343 ExtensionDownloaderDelegate::DISABLED);
447 ExtensionDownloaderDelegate::MANIFEST_FETCH_FAILED);
468 ExtensionDownloaderDelegate::MANIFEST_INVALID);
515 ExtensionDownloaderDelegate::PingResult& result = ping_results_[id];
524 ExtensionDownloaderDelegate::NO_UPDATE_AVAILABLE);
657 const ExtensionDownloaderDelegate::PingResult& ping = ping_results_[id];
681 id, ExtensionDownloaderDelegate::CRX_FETCH_FAILED, ping, request_ids);
697 ExtensionDownloaderDelegate::Error error) {
700 const ExtensionDownloaderDelegate::PingResult& ping = ping_results_[*it]
    [all...]
extension_updater.h 49 class ExtensionUpdater : public ExtensionDownloaderDelegate,
169 // Implenentation of ExtensionDownloaderDelegate.
extension_updater_unittest.cc 82 typedef ExtensionDownloaderDelegate::Error Error;
83 typedef ExtensionDownloaderDelegate::PingResult PingResult;
123 class MockExtensionDownloaderDelegate : public ExtensionDownloaderDelegate {
812 "1111", ExtensionDownloaderDelegate::MANIFEST_FETCH_FAILED, _, _));
826 "2222", ExtensionDownloaderDelegate::MANIFEST_INVALID, _, _))
855 "3333", ExtensionDownloaderDelegate::NO_UPDATE_AVAILABLE, _, _))
    [all...]
extension_updater.cc 45 typedef extensions::ExtensionDownloaderDelegate::Error Error;
46 typedef extensions::ExtensionDownloaderDelegate::PingResult PingResult;
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.h 38 public extensions::ExtensionDownloaderDelegate {
81 // Implementation of ExtensionDownloaderDelegate:
external_cache_unittest.cc 213 extensions::ExtensionDownloaderDelegate::PingResult(),
241 extensions::ExtensionDownloaderDelegate::PingResult(),
external_cache.cc 156 extensions::ExtensionDownloaderDelegate::Error error,
157 const extensions::ExtensionDownloaderDelegate::PingResult& ping_result,
178 const extensions::ExtensionDownloaderDelegate::PingResult& ping_result,

Completed in 130 milliseconds