OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_specific_data
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/jingle/notifier/listener/
notification_defines.cc
49
return to == other.to &&
user_specific_data
== other.
user_specific_data
;
notification_defines.h
40
std::string
user_specific_data
;
member in struct:notifier::Recipient
push_notifications_send_update_task.cc
72
if (!recipient.
user_specific_data
.empty()) {
74
base::Base64Encode(recipient.
user_specific_data
, &base64_data);
non_blocking_push_client_unittest.cc
98
notification.recipients[9].
user_specific_data
= "
user_specific_data
";
Completed in 984 milliseconds