HomeSort by relevance Sort by last modified time
    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;
push_notifications_send_update_task.cc 72 if (!recipient.user_specific_data.empty()) {
74 if (!base::Base64Encode(recipient.user_specific_data, &base64_data)) {
76 << recipient.user_specific_data;
notification_defines.h 40 std::string user_specific_data; member in struct:notifier::Recipient
non_blocking_push_client_unittest.cc 98 notification.recipients[9].user_specific_data = "user_specific_data";

Completed in 59 milliseconds