OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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_downloader.cc
611
result.
did_ping
= fetch_data.DidPing(id, ManifestFetchData::ROLLCALL);
[
all
...]
extension_updater.cc
657
if (ping_result.
did_ping
)
Completed in 430 milliseconds