HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionDownloaderDelegate (Results 1 - 2 of 2) 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(
35 bool ExtensionDownloaderDelegate::ShouldForceUpdate
    [all...]
extension_downloader_delegate.h 22 class ExtensionDownloaderDelegate {
24 virtual ~ExtensionDownloaderDelegate();

Completed in 319 milliseconds