HomeSort by relevance Sort by last modified time
    Searched full:default_country_code_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 13 default_country_code_("US") {}
53 return default_country_code_;
test_personal_data_manager.h 41 default_country_code_ = default_country_code;
52 std::string default_country_code_; member in class:autofill::TestPersonalDataManager
personal_data_manager.cc 750 if (default_country_code_.empty())
751 default_country_code_ = MostCommonCountryCodeFromProfiles();
754 if (default_country_code_.empty())
755 default_country_code_ = base::CountryCodeForCurrentTimezone();
758 if (default_country_code_.empty())
759 default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
761 return default_country_code_;
    [all...]
personal_data_manager.h 310 mutable std::string default_country_code_; member in class:autofill::PersonalDataManager

Completed in 174 milliseconds