OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_notifications_to_send_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/jingle/notifier/listener/
xmpp_push_client.h
87
std::vector<Notification>
pending_notifications_to_send_
;
member in class:notifier::XmppPushClient
xmpp_push_client.cc
54
notifications_to_send.swap(
pending_notifications_to_send_
);
146
pending_notifications_to_send_
.push_back(notification);
Completed in 226 milliseconds