Home | History | Annotate | Download | only in autofill

Lines Matching refs:shipping

101       "shipping name",
102 "shipping address-line1",
103 "shipping address-level2",
104 "shipping address-level1",
105 "shipping postal-code",
106 "shipping country",
107 "shipping tel",
599 // Test after setting use billing for shipping.
701 shipping_tel.autocomplete_attribute = "shipping tel";
1069 // Until a selection has been made, the default shipping suggestion is the
1110 // For the shipping section, this follows the "use billing" suggestion.
1114 // Fill in the shipping and credit card sections with new data.
1137 // For the shipping section, this follows the "use billing" suggestion.
1217 // Same as shipping, manage, add new.
1229 // Same as shipping, manage, add new, profile with missing email.
1266 // Test selecting a shipping address different from billing as address.
1345 // Tests that shipping and billing telephone fields are supported, and filled
1349 shipping_tel.autocomplete_attribute = "shipping tel";
1363 // The profile that will be chosen for the shipping section.
1392 // street address) is successfully filled for both shipping and billing
1396 shipping_address.autocomplete_attribute = "shipping street-address";
1400 shipping_address_textarea.autocomplete_attribute = "shipping street-address";
1418 // The profile that will be chosen for the shipping section.
1467 "shipping name",
1494 // Make shipping name different from billing.
1784 // If there is no shipping address in wallet, it will default to
1849 // Tests that when using billing address for shipping, and there is no exact
1850 // matched shipping address, then a shipping address should be added.
1865 // Tests that when using billing address for shipping, and there is an exact
1866 // matched shipping address, then a shipping address should not be added.
1875 // Copy billing address as shipping address, and assign an id to it.
1948 SuggestionsMenuModel* shipping = GetMenuModelForSection(SECTION_SHIPPING);
1949 shipping->ExecuteCommand(shipping->GetItemCount() - 1, 0);
1959 controller()->SuggestionItemSelected(shipping, shipping->GetItemCount() - 1);
2381 // And that the shipping suggestions menu has less selections.
2413 // Shipping section should be in edit mode because of
3156 // Set "Same as Billing" for the shipping address and verify it sets the pref
3298 // Select "Add new shipping address...".
3322 // their manual inputs (to isolate to just shipping).
3328 // Select "Add new shipping address...".
3391 // Shipping model shouldn't have changed.
3567 shipping_country.autocomplete_attribute = "shipping country";
3568 shipping_country_name.autocomplete_attribute = "shipping country-name";