Searched defs:form_structure_values (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc658 const std::set<base::string16>& form_structure_values,
660 if (!form_structure_values.empty() &&
661 !form_structure_values.count(base::ASCIIToUTF16(country_code))) {
671 const std::set<base::string16>& form_structure_values,
674 if ((!form_structure_values.empty() &&
675 !form_structure_values.count(base::ASCIIToUTF16(country_code))) ||
657 AutofillCountryFilter( const std::set<base::string16>& form_structure_values, const std::string& country_code) argument
670 WalletCountryFilter( const std::set<base::string16>& form_structure_values, const std::set<std::string>& wallet_allowed_values, const std::string& country_code) argument

Completed in 54 milliseconds