OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendPing
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/jingle/notifier/listener/
push_client.h
55
virtual void
SendPing
() = 0;
fake_push_client.h
32
virtual void
SendPing
() OVERRIDE;
non_blocking_push_client.h
52
virtual void
SendPing
() OVERRIDE;
xmpp_push_client_unittest.cc
118
TEST_F(XmppPushClientTest,
SendPing
) {
123
xmpp_push_client_->
SendPing
();
non_blocking_push_client.cc
41
void
SendPing
();
115
void NonBlockingPushClient::Core::
SendPing
() {
118
delegate_push_client_->
SendPing
();
213
void NonBlockingPushClient::
SendPing
() {
217
base::Bind(&NonBlockingPushClient::Core::
SendPing
, core_.get()));
non_blocking_push_client_unittest.cc
115
// Make sure
SendPing
() gets delegated properly.
116
TEST_F(NonBlockingPushClientTest,
SendPing
) {
117
push_client_->
SendPing
();
fake_push_client.cc
38
void FakePushClient::
SendPing
() {
xmpp_push_client.h
54
virtual void
SendPing
() OVERRIDE;
xmpp_push_client.cc
155
void XmppPushClient::
SendPing
() {
/external/chromium_org/chrome/browser/component_updater/
component_updater_ping_manager.cc
37
void
SendPing
(const GURL& ping_url,
64
void PingSender::
SendPing
(
186
ping_sender->
SendPing
(ping_url_, url_request_context_getter_, item);
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.cc
147
base::Bind(&CloudPrintXmppListener::
SendPing
, AsWeakPtr()),
153
void CloudPrintXmppListener::
SendPing
() {
157
push_client_->
SendPing
();
cloud_print_xmpp_listener.h
92
void
SendPing
();
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc
435
push_client_->
SendPing
();
Completed in 489 milliseconds