OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecipientList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/listener/
notification_defines.h
43
typedef std::vector<Recipient>
RecipientList
;
45
bool RecipientListsEqual(const
RecipientList
& recipients1,
46
const
RecipientList
& recipients2);
55
RecipientList
recipients;
notification_defines.cc
52
bool RecipientListsEqual(const
RecipientList
& recipients1,
53
const
RecipientList
& recipients2) {
push_notifications_send_update_task.cc
65
const
RecipientList
& recipients = notification.recipients;
Completed in 277 milliseconds