OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
,
103
const base::string16&
recipient_name
() const { return recipient_name_; }
function in class:autofill::wallet::Address
122
void set_recipient_name(const base::string16&
recipient_name
) {
123
recipient_name_ =
recipient_name
;
wallet_address.cc
34
base::string16
recipient_name
;
local
35
if (!dictionary.GetString("postal_address.
recipient_name
",
36
&
recipient_name
)) {
77
recipient_name
,
119
const base::string16&
recipient_name
,
128
recipient_name_(
recipient_name
),
241
dict->SetString("
recipient_name
", recipient_name_);
253
return
recipient_name
();
256
return
recipient_name
() + ASCIIToUTF16(", ") + address_line_1();
292
return
recipient_name
();
[
all
...]
full_wallet.cc
163
return billing_address()->
recipient_name
();
wallet_items.cc
354
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
,
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
815
full_wallet_->billing_address()->
recipient_name
(),
[
all
...]
Completed in 65 milliseconds