Home
last modified time | relevance | path

Searched refs:recipient_name (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_address.cc35 base::string16 recipient_name; in CreateAddressInternal() local
37 &recipient_name)) { in CreateAddressInternal()
97 recipient_name, in CreateAddressInternal()
142 const base::string16& recipient_name, in Address() argument
153 recipient_name_(recipient_name), in Address()
305 return recipient_name(); in DisplayName()
308 return recipient_name() + base::ASCIIToUTF16(", ") + GetStreetAddressLine(0); in DisplayName()
339 return recipient_name(); in GetInfo()
Dwallet_address.h47 const base::string16& recipient_name,
105 const base::string16& recipient_name() const { return recipient_name_; } in recipient_name() function
126 void set_recipient_name(const base::string16& recipient_name) { in set_recipient_name() argument
127 recipient_name_ = recipient_name; in set_recipient_name()
Dfull_wallet.cc164 return billing_address()->recipient_name(); in GetInfo()
Dwallet_items.cc339 return address().recipient_name(); in GetInfo()
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_result.cc46 const base::string16 recipient_name = in ParseJavaWalletAddress() local
74 recipient_name, in ParseJavaWalletAddress()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc1044 full_wallet_->billing_address()->recipient_name(), in GetDialogOverlay()