HomeSort by relevance Sort by last modified time
    Searched refs:sent_notifications (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sync/notifier/
push_client_channel_unittest.cc 141 EXPECT_TRUE(fake_push_client_->sent_notifications().empty());
148 ASSERT_EQ(1u, fake_push_client_->sent_notifications().size());
150 fake_push_client_->sent_notifications()[0].Equals(
219 ASSERT_EQ(1u, fake_push_client_->sent_notifications().size());
225 fake_push_client_->sent_notifications()[0],
238 ASSERT_EQ(2u, fake_push_client_->sent_notifications().size());
244 fake_push_client_->sent_notifications()[1],
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();
  /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.h 46 const std::vector<Notification>& sent_notifications() const;
fake_push_client.cc 71 const std::vector<Notification>& FakePushClient::sent_notifications() const { function in class:notifier::FakePushClient

Completed in 187 milliseconds