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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.cc 12 ExtensionDownloaderDelegate::PingResult::PingResult() : did_ping(false) {}
extension_downloader_delegate.h 54 bool did_ping; member in struct:extensions::ExtensionDownloaderDelegate::PingResult
57 // when |did_ping| is true.
extension_updater.cc 536 if (ping_result.did_ping)
extension_downloader.cc 593 result.did_ping = fetch_data.DidPing(id, ManifestFetchData::ROLLCALL);

Completed in 54 milliseconds