Home | History | Annotate | Download | only in browser

Lines Matching refs:default_country_code_

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_;
1081 default_country_code_.clear();