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/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;
/external/chromium_org/sync/notifier/
push_client_channel_unittest.cc
96
EXPECT_TRUE(fake_push_client_->
sent_notifications
().empty());
98
ASSERT_EQ(1u, fake_push_client_->
sent_notifications
().size());
p2p_invalidator_unittest.cc
106
const std::vector<notifier::Notification>&
sent_notifications
=
local
107
delegate_.GetPushClient()->
sent_notifications
();
109
i <
sent_notifications
.size(); ++i) {
110
delegate_.GetInvalidator()->OnIncomingNotification(
sent_notifications
[i]);
112
next_sent_notification_to_reflect_ =
sent_notifications
.size();
Completed in 54 milliseconds