OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnPingResponse
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/jingle/notifier/listener/
push_client_observer.cc
11
void PushClientObserver::
OnPingResponse
() {}
push_client_observer.h
45
virtual void
OnPingResponse
();
non_blocking_push_client.h
60
void
OnPingResponse
();
non_blocking_push_client.cc
48
virtual void
OnPingResponse
() OVERRIDE;
147
void NonBlockingPushClient::Core::
OnPingResponse
() {
151
base::Bind(&NonBlockingPushClient::
OnPingResponse
,
240
void NonBlockingPushClient::
OnPingResponse
() {
242
FOR_EACH_OBSERVER(PushClientObserver, observers_,
OnPingResponse
());
xmpp_push_client_unittest.cc
30
MOCK_METHOD0(
OnPingResponse
, void());
xmpp_push_client.cc
89
FOR_EACH_OBSERVER(PushClientObserver, observers_,
OnPingResponse
());
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.h
83
virtual void
OnPingResponse
() OVERRIDE;
cloud_print_xmpp_listener.cc
124
void CloudPrintXmppListener::
OnPingResponse
() {
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc
85
virtual void
OnPingResponse
() OVERRIDE;
560
void CloudPrintProxyBackend::Core::
OnPingResponse
() {
Completed in 3121 milliseconds