Searched refs:kSameAsBillingKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc116 const char kSameAsBillingKey[] = "same-as-billing"; member in namespace:autofill::__anon5014
1663 if (item_key == kSameAsBillingKey) {
2966 kSameAsBillingKey,
2977 suggested_shipping_.SetCheckedItem(kSameAsBillingKey);
3546 key != kSameAsBillingKey;
3674 suggested_shipping_.GetItemKeyForCheckedItem() == kSameAsBillingKey;
3923 suggested_shipping_.GetItemKeyForCheckedItem() == kSameAsBillingKey);
3933 if (IsASuggestionItemKey(item_key) || item_key == kSameAsBillingKey) {

Completed in 69 milliseconds