HomeSort by relevance Sort by last modified time
    Searched refs:localized_names (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_country.cc 463 std::map<std::string, std::string> localized_names;
484 localized_names.insert(std::make_pair(sort_key, country_code));
487 locales_to_localized_names_.insert(std::make_pair(locale, localized_names));
507 const std::map<std::string, std::string>& localized_names = local
510 localized_names.find(sort_key);
512 if (result != localized_names.end())
  /external/chromium_org/components/autofill/core/browser/
autofill_country.cc 991 const std::map<std::string, std::string>& localized_names = local
    [all...]

Completed in 26 milliseconds