Searched refs:app_locale_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc76 : app_locale_(app_locale) {
80 return form_group.IsEmpty(app_locale_);
84 const std::string app_locale_; member in class:autofill::__anon6340::IsEmptyFunctor
154 app_locale_(app_locale),
296 local_imported_credit_card->SetInfo(field_type, value, app_locale_);
305 imported_profile->SetInfo(field_type, value, app_locale_);
320 if (!home.ParseNumber(*imported_profile, app_locale_,
324 app_locale_)) {
332 !IsValidLearnableProfile(*imported_profile, app_locale_))
353 app_locale_)) {
[all...]
H A Dautofill_manager.cc168 app_locale_(app_locale),
379 app_locale_,
574 AutofillType(NAME_FULL), app_locale_);
586 autofill_field->Type(), variant, app_locale_);
590 app_locale_,
635 cached_field->Type(), use_variant, app_locale_);
650 app_locale_,
903 app_locale_("en-US"),
H A Dautofill_manager.h136 const std::string& app_locale() const { return app_locale_; }
304 std::string app_locale_; member in class:autofill::AutofillManager
H A Dpersonal_data_manager.h176 const std::string& app_locale() const { return app_locale_; }
356 const std::string app_locale_; member in class:autofill::PersonalDataManager
H A Dautofill_profile.cc223 app_locale_(app_locale) {}
226 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
232 std::string app_locale_; member in class:autofill::__anon6324::FindByPhone
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.h56 std::string app_locale_; member in class:WebUIBidiCheckerBrowserTestRTL
H A Dbidi_checker_web_ui_test.cc122 app_locale_ = base::i18n::GetConfiguredLocale();
136 base::i18n::SetICUDefaultLocale(app_locale_);
139 ReloadLocaleResources(app_locale_);
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc70 app_locale_("en"),
307 return app_locale_;
312 app_locale_ = app_locale;
H A Dtesting_browser_process.h146 std::string app_locale_; member in class:TestingBrowserProcess
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc236 const std::string app_locale_; member in class:autofill::risk::__anon6274::FingerprintDataLoader
286 app_locale_(app_locale),
386 machine->set_browser_language(app_locale_);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h187 std::string app_locale_; member in class:autofill::AutofillProfileSyncableService
H A Dautofill_profile_syncable_service.cc51 app_locale_(app_locale),
148 if (MergeProfile(*(profile_to_merge->second), it->second, app_locale_))
499 autofill_specifics, existing_profile->second, app_locale_)) {
509 OverwriteProfileWithServerData(autofill_specifics, new_profile, app_locale_);
H A Dautofill_table.h361 std::string app_locale_; member in class:autofill::AutofillTable
H A Dautofill_table.cc441 : app_locale_(app_locale) {
1920 s.ColumnString16(index++), app_locale_);
2014 app_locale_));
2095 if (PersonalDataManager::IsValidLearnableProfile(*profile, app_locale_)) {
2098 *profile, accumulated_profiles_p, app_locale_, &merged_profiles);

Completed in 1719 milliseconds