Home | History | Annotate | Download | only in browser

Lines Matching refs:app_locale

35 bool ImportCurrentUserProfiles(const std::string& app_locale,
142 const std::string& app_locale,
168 form_group->SetInfo(AutofillType(it->second), field_value, app_locale);
179 bool ImportSingleProfile(const std::string& app_locale,
185 ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone);
189 if (phone.ParseNumber(*profile, app_locale, &constructed_number)) {
207 if (!ImportCurrentUserProfiles(personal_data_manager_->app_locale(),
246 bool ImportCurrentUserProfiles(const std::string& app_locale,
268 if (ImportSingleProfile(app_locale, key, reg_to_field, &profile)) {
293 key, reg_to_field, app_locale, &credit_card, NULL)) {