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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 46 const base::string16& recipient_name,
98 const base::string16& recipient_name() const { return recipient_name_; } function in class:autofill::wallet::Address
117 void set_recipient_name(const base::string16& recipient_name) {
118 recipient_name_ = recipient_name;
wallet_address.cc 33 string16 recipient_name; local
34 if (!dictionary.GetString("postal_address.recipient_name",
35 &recipient_name)) {
76 recipient_name,
115 const string16& recipient_name,
124 recipient_name_(recipient_name),
237 dict->SetString("recipient_name", recipient_name_);
249 return recipient_name();
252 return recipient_name() + ASCIIToUTF16(", ") + address_line_1();
279 return recipient_name();
    [all...]
full_wallet.cc 163 return billing_address()->recipient_name();
wallet_items.cc 319 return address().recipient_name();
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 46 const base::string16 recipient_name = local
66 recipient_name,

Completed in 87 milliseconds