Home | History | Annotate | Download | only in wallet

Lines Matching refs:recipient_name

33   string16 recipient_name;
34 if (!dictionary.GetString("postal_address.recipient_name",
35 &recipient_name)) {
76 recipient_name,
115 const string16& recipient_name,
124 recipient_name_(recipient_name),
237 dict->SetString("recipient_name", recipient_name_);
249 return recipient_name();
252 return recipient_name() + ASCIIToUTF16(", ") + address_line_1();
279 return recipient_name();