OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_pings
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/listener/
fake_push_client.h
47
int
sent_pings
() const;
non_blocking_push_client_unittest.cc
118
EXPECT_EQ(0, fake_push_client_->
sent_pings
());
120
ASSERT_EQ(1, fake_push_client_->
sent_pings
());
fake_push_client.cc
75
int FakePushClient::
sent_pings
() const {
function in class:notifier::FakePushClient
Completed in 1037 milliseconds