Home | History | Annotate | Download | only in browser

Lines Matching refs:app_locale

23 // code corresponding to the |app_locale|.
25 const std::string& app_locale) {
30 return AutofillCountry::CountryCodeForLocale(app_locale);
95 const std::string& app_locale) const {
97 UpdateCacheIfNeeded(app_locale);
131 const std::string& app_locale) {
138 UpdateCacheIfNeeded(app_locale);
144 const std::string& app_locale,
148 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
152 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
153 if (GetRegion(*profile_, app_locale) == "US" &&
162 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale);
165 i18n::NormalizePhoneNumber(text, GetRegion(*profile_, app_locale));
171 void PhoneNumber::UpdateCacheIfNeeded(const std::string& app_locale) const {
172 std::string region = GetRegion(*profile_, app_locale);
216 const std::string& app_locale,
227 country_, city_, phone_, GetRegion(profile, app_locale), value);