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

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 60 if (default_country_code_.empty())
63 return default_country_code_;
test_personal_data_manager.h 46 default_country_code_ = default_country_code;
58 std::string default_country_code_; member in class:autofill::TestPersonalDataManager
personal_data_manager.cc 797 if (default_country_code_.empty())
798 default_country_code_ = MostCommonCountryCodeFromProfiles();
801 if (default_country_code_.empty())
802 default_country_code_ = CountryCodeForCurrentTimezone();
805 if (default_country_code_.empty())
806 default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
808 return default_country_code_;
    [all...]
personal_data_manager.h 347 mutable std::string default_country_code_; member in class:autofill::PersonalDataManager

Completed in 35 milliseconds