Searched defs:PingResult (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader_delegate.cc12 ExtensionDownloaderDelegate::PingResult::PingResult() : did_ping(false) {} function in class:extensions::ExtensionDownloaderDelegate::PingResult
14 ExtensionDownloaderDelegate::PingResult::~PingResult() {}
21 const ExtensionDownloaderDelegate::PingResult& ping_result,
H A Dextension_downloader_delegate.h49 struct PingResult { struct in class:extensions::ExtensionDownloaderDelegate
50 PingResult();
51 ~PingResult();
78 const PingResult& ping_result,
90 const PingResult& ping_result,
H A Dextension_updater.cc51 typedef extensions::ExtensionDownloaderDelegate::PingResult PingResult; typedef
563 const PingResult& ping,
590 const PingResult& ping,
655 const PingResult& ping_result) {
H A Dextension_updater_unittest.cc92 typedef ExtensionDownloaderDelegate::PingResult PingResult; typedef in namespace:extensions
144 const PingResult&,
151 const PingResult&,
/external/chromium_org/third_party/webrtc/base/
H A Dwinping.h77 enum PingResult { PING_FAIL, PING_INVALID_PARAMS, enum in class:rtc::WinPing
79 PingResult Ping(

Completed in 1622 milliseconds