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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h734 std::set<base::string16> acceptable_cc_types_; member in class:autofill::AutofillDialogControllerImpl
H A Dautofill_dialog_controller_impl.cc855 acceptable_cc_types_ = form_structure_.PossibleValues(CREDIT_CARD_TYPE);
3650 if (acceptable_cc_types_.empty())
3653 if (acceptable_cc_types_.find(base::i18n::ToUpper(type)) ==
3654 acceptable_cc_types_.end()) {

Completed in 74 milliseconds