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

  /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/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...]

Completed in 43 milliseconds