Searched defs:billing (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_i18n.cc68 ServerFieldType TypeForField(AddressField address_field, bool billing) { argument
71 return billing ? ADDRESS_BILLING_COUNTRY : ADDRESS_HOME_COUNTRY;
73 return billing ? ADDRESS_BILLING_STATE : ADDRESS_HOME_STATE;
75 return billing ? ADDRESS_BILLING_CITY : ADDRESS_HOME_CITY;
77 return billing ? ADDRESS_BILLING_DEPENDENT_LOCALITY
80 return billing ? ADDRESS_BILLING_ZIP : ADDRESS_HOME_ZIP;
82 return billing ? ADDRESS_BILLING_SORTING_CODE : ADDRESS_HOME_SORTING_CODE;
84 return billing ? ADDRESS_BILLING_STREET_ADDRESS
89 return billing ? NAME_BILLING_FULL : NAME_FULL;
H A Daddress_i18n_unittest.cc37 bool billing; member in struct:autofill::i18n::__anon6300
67 TypeForField(kTestData[i].address_field, kTestData[i].billing);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.cc59 const bool billing = address_type == common::ADDRESS_TYPE_BILLING; local
66 ServerFieldType server_type = i18n::TypeForField(component.field, billing);
74 billing ? ADDRESS_BILLING_COUNTRY : ADDRESS_HOME_COUNTRY;
H A Dautofill_dialog_controller_unittest.cc87 const char kEditedBillingAddress[] = "123 edited billing address";
95 "billing name",
96 "billing address-line1",
97 "billing address-level2",
98 "billing address-level1",
99 "billing postal-code",
100 "billing country",
101 "billing tel",
602 // Test after setting use billing for shipping.
691 billing_field.name = ASCIIToUTF16("billing nam
1974 SuggestionsMenuModel* billing = GetMenuModelForSection(SECTION_CC_BILLING); local
[all...]
H A Dautofill_dialog_controller_impl.cc116 const char kSameAsBillingKey[] = "same-as-billing";
168 // should be billing or shipping specific (for sections with address info).
191 // the billing address as the shipping address.
194 // Equivalent billing field type is used to support UseBillingAsShipping
216 // Get billing info from |output| and put it into |card|, |cvc|, and |profile|.
237 // wallet::Instrument requires a recipient name for its billing address.
274 return "billing";
617 // Wallet only supports US billing addresses.
1569 // a choice between "Use billing" and "enter new".
1960 // Wallet requires a first and last billing nam
2005 bool billing = section != SECTION_SHIPPING; local
[all...]

Completed in 606 milliseconds