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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 47 const base::string16& recipient_name,
105 const base::string16& recipient_name() const { return recipient_name_; } function in class:autofill::wallet::Address
126 void set_recipient_name(const base::string16& recipient_name) {
127 recipient_name_ = recipient_name;
wallet_address.cc 35 base::string16 recipient_name; local
36 if (!dictionary.GetString("postal_address.recipient_name",
37 &recipient_name)) {
97 recipient_name,
142 const base::string16& recipient_name,
153 recipient_name_(recipient_name),
290 dict->SetString("recipient_name", recipient_name_);
305 return recipient_name();
308 return recipient_name() + base::ASCIIToUTF16(", ") + GetStreetAddressLine(0);
339 return recipient_name();
    [all...]
full_wallet.cc 164 return billing_address()->recipient_name();
wallet_items.cc 339 return address().recipient_name();
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 47 const base::string16 recipient_name = local
75 recipient_name,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 161 milliseconds