OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sent_notifications
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/jingle/notifier/listener/
fake_push_client.cc
71
const std::vector<Notification>& FakePushClient::
sent_notifications
() const {
function in class:notifier::FakePushClient
/external/chromium_org/sync/notifier/
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 1073 milliseconds