OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PingResult
(Results
1 - 6
of
6
) 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
() {}
21
const ExtensionDownloaderDelegate::
PingResult
& ping_result,
extension_downloader_delegate.h
49
struct
PingResult
{
50
PingResult
();
51
~
PingResult
();
78
const
PingResult
& ping_result,
89
const
PingResult
& ping_result,
extension_updater.cc
46
typedef extensions::ExtensionDownloaderDelegate::
PingResult
PingResult
;
448
const
PingResult
& ping,
474
const
PingResult
& ping,
527
const
PingResult
& ping_result) {
extension_updater_unittest.cc
83
typedef ExtensionDownloaderDelegate::
PingResult
PingResult
;
127
const
PingResult
&,
133
const
PingResult
&,
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
winping.h
74
enum
PingResult
{ PING_FAIL, PING_TOO_LARGE, PING_TIMEOUT, PING_SUCCESS };
75
PingResult
Ping(
/external/chromium_org/third_party/libjingle/source/talk/base/
winping.h
94
enum
PingResult
{ PING_FAIL, PING_INVALID_PARAMS,
96
PingResult
Ping(
Completed in 57 milliseconds