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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 98 const base::string16& recipient_name() const { return recipient_name_; }
118 recipient_name_ = recipient_name;
159 base::string16 recipient_name_; member in class:autofill::wallet::Address
wallet_address.cc 101 recipient_name_(profile.GetRawInfo(NAME_FULL)),
124 recipient_name_(recipient_name),
237 dict->SetString("recipient_name", recipient_name_);
313 recipient_name_ == other.recipient_name_ &&

Completed in 52 milliseconds