HomeSort by relevance Sort by last modified time
    Searched refs:Recipient (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/jingle/notifier/listener/
notification_defines.h 31 // A structure representing a <recipient/> block within a push message.
32 struct Recipient {
33 Recipient();
34 ~Recipient();
35 bool Equals(const Recipient& other) const;
37 // The bare jid of the recipient.
39 // User-specific data for the recipient.
43 typedef std::vector<Recipient> RecipientList;
notification_defines.cc 45 Recipient::Recipient() {}
46 Recipient::~Recipient() {}
48 bool Recipient::Equals(const Recipient& other) const {
push_notifications_send_update_task.cc 47 const buzz::QName kQnRecipient(kPushNotificationsNamespace, "recipient");
52 // [<recipient to='{bare jid}'>{base-64 encoded data}</data>]*
67 const Recipient& recipient = recipients[i]; local
71 recipient_element->AddAttr(buzz::QN_TO, recipient.to);
72 if (!recipient.user_specific_data.empty()) {
74 if (!base::Base64Encode(recipient.user_specific_data, &base64_data)) {
76 << recipient.user_specific_data;
  /external/chromium_org/sync/notifier/
push_client_channel.cc 131 notifier::Recipient recipient; local
132 recipient.to = kBotJid;
135 notification.recipients.push_back(recipient);
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.h 53 bool ConvertRecipientSafely(const extensions::api::usb::Recipient& input,
usb_api.cc 44 using usb::Recipient;
69 static const char kErrorConvertRecipient[] = "Invalid transfer recipient.";
207 static bool ConvertRecipient(const Recipient& input,
402 const Recipient& input, UsbDeviceHandle::TransferRecipient* output) {
789 UsbDeviceHandle::TransferRecipient recipient; local
794 !ConvertRecipientSafely(transfer.recipient, &recipient)) {
814 recipient,
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 

Completed in 444 milliseconds