HomeSort by relevance Sort by last modified time
    Searched refs:app_locale_ (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc 20 autofill::AuxiliaryProfilesAndroid impl(profile_loader, app_locale_);
auxiliary_profiles_android.h 47 std::string app_locale_; member in class:autofill::AuxiliaryProfilesAndroid
auxiliary_profiles_android.cc 59 app_locale_(app_locale) {}
97 profile->SetInfo(AutofillType(ADDRESS_HOME_COUNTRY), country, app_locale_); local
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.h 56 std::string app_locale_; member in class:WebUIBidiCheckerBrowserTestRTL
bidi_checker_web_ui_test.cc 122 app_locale_ = base::i18n::GetConfiguredLocale();
136 base::i18n::SetICUDefaultLocale(app_locale_);
139 ReloadLocaleResources(app_locale_);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 69 : app_locale_(app_locale) {
73 return form_group.IsEmpty(app_locale_);
77 const std::string app_locale_; member in class:autofill::__anon10847::IsEmptyFunctor
147 app_locale_(app_locale),
289 local_imported_credit_card->SetInfo(field_type, value, app_locale_);
298 imported_profile->SetInfo(field_type, value, app_locale_);
313 if (!home.ParseNumber(*imported_profile, app_locale_,
317 app_locale_)) {
325 !IsValidLearnableProfile(*imported_profile, app_locale_))
346 app_locale_)) {
    [all...]
autofill_manager.cc 173 app_locale_(app_locale),
364 app_locale_,
555 AutofillType(NAME_FULL), app_locale_);
565 autofill_field->Type(), variant, app_locale_);
567 *autofill_field, value, app_locale_, &(*iter))) {
611 cached_field->Type(), use_variant, app_locale_);
624 *cached_field, value, app_locale_, &result.fields[i])) {
    [all...]
autofill_manager.h 130 const std::string& app_locale() const { return app_locale_; }
296 std::string app_locale_; member in class:autofill::AutofillManager
personal_data_manager.h 176 const std::string& app_locale() const { return app_locale_; }
344 const std::string app_locale_; member in class:autofill::PersonalDataManager
autofill_profile.cc 199 app_locale_(app_locale) {
203 return i18n::PhoneNumbersMatch(phone, phone_, country_code_, app_locale_);
207 return i18n::PhoneNumbersMatch(*phone, phone_, country_code_, app_locale_);
213 std::string app_locale_; member in class:autofill::__anon10831::FindByPhone
  /external/chromium_org/printing/
printing_context.h 133 std::string app_locale_; member in class:printing::PrintingContext
printing_context.cc 25 app_locale_(app_locale) {
printing_context_no_system_dialog.cc 57 ulocdata_getPaperSize(app_locale_.c_str(), &height, &width, &error);
printing_context_android.cc 152 ulocdata_getPaperSize(app_locale_.c_str(), &height, &width, &error);
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 70 app_locale_("en"),
305 return app_locale_;
310 app_locale_ = app_locale;
testing_browser_process.h 146 std::string app_locale_; member in class:TestingBrowserProcess
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 235 const std::string app_locale_; member in class:autofill::risk::__anon10782::FingerprintDataLoader
285 app_locale_(app_locale),
385 machine->set_browser_language(app_locale_);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.h 187 std::string app_locale_; member in class:autofill::AutofillProfileSyncableService
autofill_table.h 361 std::string app_locale_; member in class:autofill::AutofillTable
autofill_profile_syncable_service.cc 51 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_);
autofill_table.cc 441 : app_locale_(app_locale) {
    [all...]

Completed in 523 milliseconds