Home | History | Annotate | Download | only in autofill

Lines Matching refs:shipping

102       "shipping name",
103 "shipping address-line1",
104 "shipping address-level2",
105 "shipping address-level1",
106 "shipping postal-code",
107 "shipping country",
108 "shipping tel",
602 // Test after setting use billing for shipping.
704 shipping_tel.autocomplete_attribute = "shipping tel";
1076 // Until a selection has been made, the default shipping suggestion is the
1117 // For the shipping section, this follows the "use billing" suggestion.
1121 // Fill in the shipping and credit card sections with new data.
1144 // For the shipping section, this follows the "use billing" suggestion.
1224 // Same as shipping, manage, add new.
1236 // Same as shipping, manage, add new, profile with missing email.
1273 // Test selecting a shipping address different from billing as address.
1352 // Tests that shipping and billing telephone fields are supported, and filled
1356 shipping_tel.autocomplete_attribute = "shipping tel";
1370 // The profile that will be chosen for the shipping section.
1399 // street address) is successfully filled for both shipping and billing
1403 shipping_address.autocomplete_attribute = "shipping street-address";
1407 shipping_address_textarea.autocomplete_attribute = "shipping street-address";
1425 // The profile that will be chosen for the shipping section.
1474 "shipping name",
1503 // Make shipping name different from billing.
1795 // If there is no shipping address in wallet, it will default to
1860 // Tests that when using billing address for shipping, and there is no exact
1861 // matched shipping address, then a shipping address should be added.
1876 // Tests that when using billing address for shipping, and there is an exact
1877 // matched shipping address, then a shipping address should not be added.
1886 // Copy billing address as shipping address, and assign an id to it.
1959 SuggestionsMenuModel* shipping = GetMenuModelForSection(SECTION_SHIPPING);
1960 shipping->ExecuteCommand(shipping->GetItemCount() - 1, 0);
1970 controller()->SuggestionItemSelected(shipping, shipping->GetItemCount() - 1);
2392 // And that the shipping suggestions menu has less selections.
2424 // Shipping section should be in edit mode because of
3167 // Set "Same as Billing" for the shipping address and verify it sets the pref
3309 // Select "Add new shipping address...".
3333 // their manual inputs (to isolate to just shipping).
3339 // Select "Add new shipping address...".
3402 // Shipping model shouldn't have changed.
3458 field.autocomplete_attribute = "shipping country";
3640 shipping_country.autocomplete_attribute = "shipping country";
3641 shipping_country_name.autocomplete_attribute = "shipping country-name";