OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sent_notifications
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/invalidation/
push_client_channel_unittest.cc
94
EXPECT_TRUE(fake_push_client_->
sent_notifications
().empty());
96
ASSERT_EQ(1u, fake_push_client_->
sent_notifications
().size());
103
fake_push_client_->
sent_notifications
()[0].data);
214
ASSERT_EQ(1u, fake_push_client_->
sent_notifications
().size());
220
fake_push_client_->
sent_notifications
()[0].data,
235
ASSERT_EQ(2u, fake_push_client_->
sent_notifications
().size());
241
fake_push_client_->
sent_notifications
()[1].data,
p2p_invalidator_unittest.cc
108
const std::vector<notifier::Notification>&
sent_notifications
=
local
109
delegate_.GetPushClient()->
sent_notifications
();
111
i <
sent_notifications
.size(); ++i) {
112
delegate_.GetInvalidator()->OnIncomingNotification(
sent_notifications
[i]);
114
next_sent_notification_to_reflect_ =
sent_notifications
.size();
/external/chromium_org/jingle/notifier/listener/
non_blocking_push_client_unittest.cc
108
EXPECT_TRUE(fake_push_client_->
sent_notifications
().empty());
110
ASSERT_EQ(1u, fake_push_client_->
sent_notifications
().size());
112
fake_push_client_->
sent_notifications
()[0].Equals(notification));
fake_push_client.cc
71
const std::vector<Notification>& FakePushClient::
sent_notifications
() const {
function in class:notifier::FakePushClient
fake_push_client.h
46
const std::vector<Notification>&
sent_notifications
() const;
Completed in 181 milliseconds