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

  /external/chromium/chrome/browser/autofill/
autofill_country_unittest.cc 13 TEST(AutofillCountryTest, AutofillCountry) {
14 AutofillCountry united_states_en("US", "en_US");
20 AutofillCountry united_states_es("US", "es");
24 AutofillCountry canada_en("CA", "en_US");
30 AutofillCountry canada_hu("CA", "hu");
37 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
38 EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
39 EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
40 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
43 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"))
    [all...]
autofill_country.h 17 class AutofillCountry {
21 AutofillCountry(const std::string& country_code, const std::string& locale);
22 ~AutofillCountry();
47 AutofillCountry(const std::string& country_code,
64 DISALLOW_COPY_AND_ASSIGN(AutofillCountry);
address.cc 161 std::string app_locale = AutofillCountry::ApplicationLocale();
162 return AutofillCountry(country_code(), app_locale).name();
184 std::string app_locale = AutofillCountry::ApplicationLocale();
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);
205 std::string app_locale = AutofillCountry::ApplicationLocale();
206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
autofill_country.cc 571 AutofillCountry::AutofillCountry(const std::string& country_code,
583 AutofillCountry::~AutofillCountry() {
587 void AutofillCountry::GetAvailableCountries(
599 const std::string AutofillCountry::CountryCodeForLocale(
622 const std::string AutofillCountry::GetCountryCode(const string16& country,
628 const std::string AutofillCountry::ApplicationLocale() {
636 AutofillCountry::AutofillCountry(const std::string& country_code
    [all...]
select_control_handler.cc 164 std::string app_locale = AutofillCountry::ApplicationLocale();
172 if (country_code == AutofillCountry::GetCountryCode(*iter, app_locale)) {
  /external/chromium_org/components/autofill/core/browser/
autofill_country_unittest.cc 15 TEST(AutofillCountryTest, AutofillCountry) {
16 AutofillCountry united_states_en("US", "en_US");
22 AutofillCountry united_states_es("US", "es");
26 AutofillCountry canada_en("CA", "en_US");
32 AutofillCountry canada_hu("CA", "hu");
39 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
40 EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
41 EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
42 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
45 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"))
    [all...]
autofill_country.h 43 class AutofillCountry {
47 AutofillCountry(const std::string& country_code, const std::string& locale);
48 ~AutofillCountry();
85 AutofillCountry(const std::string& country_code,
105 DISALLOW_COPY_AND_ASSIGN(AutofillCountry);
address.cc 138 return AutofillCountry(country_code_, app_locale).name();
158 country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
193 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
autofill_country.cc     [all...]
autofill_field.cc 100 std::string country_code = AutofillCountry::GetCountryCode(value, app_locale);
111 if (country_code == AutofillCountry::GetCountryCode(value, app_locale) ||
112 country_code == AutofillCountry::GetCountryCode(contents, app_locale)) {
personal_data_manager.cc 94 country_code = AutofillCountry::CountryCodeForLocale(app_locale);
96 AutofillCountry country(country_code, app_locale);
759 default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
1004 AutofillCountry::GetAvailableCountries(&country_codes)
    [all...]
phone_number.cc 36 return AutofillCountry::CountryCodeForLocale(app_locale);
phone_number_i18n.cc 28 return AutofillCountry::CountryCodeForLocale(app_locale);
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 17 class AutofillCountry;
31 const std::vector<AutofillCountry*>& countries() const {
38 ScopedVector<AutofillCountry> countries_;
country_combobox_model.cc 22 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
28 AutofillCountry::GetAvailableCountries(&country_codes);
29 std::vector<AutofillCountry*> sorted_countries;
33 sorted_countries.push_back(new AutofillCountry(*iter, app_locale));
38 &AutofillCountry::name);
51 AutofillCountry* country = countries_[index];
autofill_dialog_common.cc 212 AutofillCountry country("US", g_browser_process->GetApplicationLocale());
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 74 std::string app_locale = AutofillCountry::ApplicationLocale();
76 AutofillCountry::GetAvailableCountries(&country_codes);
80 const AutofillCountry country(country_codes[i], app_locale);
227 std::string app_locale = AutofillCountry::ApplicationLocale();
229 AutofillCountry::CountryCodeForLocale(app_locale);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 34 using autofill::AutofillCountry;
48 const std::vector<AutofillCountry*>& countries = model.countries();
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 311 AutofillCountry::GetCountryCode(
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 310 AutofillCountry country(country_name_code(), app_locale);
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 22 using autofill::AutofillCountry;
349 std::string country_code = AutofillCountry::GetCountryCode(
  /external/chromium/chrome/browser/webdata/
autofill_table.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc     [all...]

Completed in 252 milliseconds