Home
last modified time | relevance | path

Searched refs:TypeErrorInputMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.h712 std::pair<base::string16, base::string16> > TypeErrorInputMap; typedef
713 typedef std::map<DialogSection, TypeErrorInputMap> WalletValidationErrors;
Dautofill_dialog_controller_impl.cc1644 TypeErrorInputMap::const_iterator iter = it->second.find(type); in InputValidityMessage()