Searched refs:default_country_code_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.cc60 if (default_country_code_.empty())
63 return default_country_code_;
H A Dtest_personal_data_manager.h46 default_country_code_ = default_country_code;
58 std::string default_country_code_; member in class:autofill::TestPersonalDataManager
H A Dpersonal_data_manager.cc810 if (default_country_code_.empty())
811 default_country_code_ = MostCommonCountryCodeFromProfiles();
814 if (default_country_code_.empty())
815 default_country_code_ = CountryCodeForCurrentTimezone();
818 if (default_country_code_.empty())
819 default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
821 return default_country_code_;
1094 default_country_code_.clear();
H A Dpersonal_data_manager.h359 mutable std::string default_country_code_; member in class:autofill::PersonalDataManager

Completed in 274 milliseconds