Searched refs:TypeErrorInputMap (Results 1 – 2 of 2) sorted by relevance
712 std::pair<base::string16, base::string16> > TypeErrorInputMap; typedef713 typedef std::map<DialogSection, TypeErrorInputMap> WalletValidationErrors;
1644 TypeErrorInputMap::const_iterator iter = it->second.find(type); in InputValidityMessage()