sent_notifications   46 jingle/notifier/listener/fake_push_client.h   const std::vector<Notification>& sent_notifications() const;
sent_notifications  108 jingle/notifier/listener/non_blocking_push_client_unittest.cc   EXPECT_TRUE(fake_push_client_->sent_notifications().empty());
sent_notifications  110 jingle/notifier/listener/non_blocking_push_client_unittest.cc   ASSERT_EQ(1u, fake_push_client_->sent_notifications().size());
sent_notifications  112 jingle/notifier/listener/non_blocking_push_client_unittest.cc       fake_push_client_->sent_notifications()[0].Equals(notification));
sent_notifications  106 sync/notifier/p2p_invalidator_unittest.cc     const std::vector<notifier::Notification>& sent_notifications =
sent_notifications  107 sync/notifier/p2p_invalidator_unittest.cc         delegate_.GetPushClient()->sent_notifications();
sent_notifications  109 sync/notifier/p2p_invalidator_unittest.cc         i < sent_notifications.size(); ++i) {
sent_notifications  110 sync/notifier/p2p_invalidator_unittest.cc       delegate_.GetInvalidator()->OnIncomingNotification(sent_notifications[i]);
sent_notifications  112 sync/notifier/p2p_invalidator_unittest.cc     next_sent_notification_to_reflect_ = sent_notifications.size();
sent_notifications   94 sync/notifier/push_client_channel_unittest.cc   EXPECT_TRUE(fake_push_client_->sent_notifications().empty());
sent_notifications   96 sync/notifier/push_client_channel_unittest.cc   ASSERT_EQ(1u, fake_push_client_->sent_notifications().size());
sent_notifications  103 sync/notifier/push_client_channel_unittest.cc             fake_push_client_->sent_notifications()[0].data);
sent_notifications  214 sync/notifier/push_client_channel_unittest.cc   ASSERT_EQ(1u, fake_push_client_->sent_notifications().size());
sent_notifications  220 sync/notifier/push_client_channel_unittest.cc         fake_push_client_->sent_notifications()[0].data,
sent_notifications  235 sync/notifier/push_client_channel_unittest.cc   ASSERT_EQ(2u, fake_push_client_->sent_notifications().size());
sent_notifications  241 sync/notifier/push_client_channel_unittest.cc         fake_push_client_->sent_notifications()[1].data,