HomeSort by relevance Sort by last modified time
    Searched refs:app_locale (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/components/autofill/core/browser/
form_group.h 23 // into the field, interpreted in the given |app_locale| if appropriate. The
27 const std::string& app_locale,
32 virtual void GetNonEmptyTypes(const std::string& app_locale,
46 // type of that field, localized to the given |app_locale| if appropriate.
48 const std::string& app_locale) const;
51 // according to the specified |app_locale| prior to storing, if appropriate.
54 const std::string& app_locale);
form_group.cc 12 const std::string& app_locale,
23 if (GetInfo(AutofillType(*type), app_locale) == text)
28 void FormGroup::GetNonEmptyTypes(const std::string& app_locale,
34 if (!GetInfo(AutofillType(*type), app_locale).empty())
40 const std::string& app_locale) const {
46 const std::string& app_locale) {
phone_number.h 34 const std::string& app_locale,
40 const std::string& app_locale) const OVERRIDE;
43 const std::string& app_locale) OVERRIDE;
63 // |app_locale| if the |profile| has no associated country code. Returns
66 const std::string& app_locale,
86 void UpdateCacheIfNeeded(const std::string& app_locale) const;
address.h 31 const std::string& app_locale) const OVERRIDE;
34 const std::string& app_locale) OVERRIDE;
37 const std::string& app_locale,
autofill_data_model.h 30 const std::string& app_locale,
36 const std::string& app_locale,
52 virtual bool FillCountrySelectControl(const std::string& app_locale,
autofill_profile.h 45 const std::string& app_locale,
51 const std::string& app_locale) const OVERRIDE;
54 const std::string& app_locale) OVERRIDE;
59 const std::string& app_locale,
68 const std::string& app_locale,
77 const std::string& app_locale,
86 bool IsEmpty(const std::string& app_locale) const;
114 const std::string& app_locale) const;
119 const std::string& app_locale);
156 virtual bool FillCountrySelectControl(const std::string& app_locale,
    [all...]
phone_number.cc 35 // code corresponding to the |app_locale|.
37 const std::string& app_locale) {
42 return AutofillCountry::CountryCodeForLocale(app_locale);
108 const std::string& app_locale) const {
110 UpdateCacheIfNeeded(app_locale);
144 const std::string& app_locale) {
151 UpdateCacheIfNeeded(app_locale);
157 const std::string& app_locale,
161 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
165 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
    [all...]
credit_card.h 51 const std::string& app_locale,
57 const std::string& app_locale) const OVERRIDE;
60 const std::string& app_locale) OVERRIDE;
65 const std::string& app_locale,
96 const std::string& app_locale) WARN_UNUSED_RESULT;
111 bool IsEmpty(const std::string& app_locale) const;
137 const std::string& app_locale);
address.cc 107 const std::string& app_locale) const {
119 return AutofillCountry(country_code_, app_locale).name();
126 const std::string& app_locale) {
146 country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
155 const std::string& app_locale,
157 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
160 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
autofill_profile.cc 125 const std::string& app_locale) {
126 return app_locale.empty() ?
128 form_group.GetInfo(type, app_locale);
149 const std::string& app_locale,
153 (*values)[i] = GetFormGroupInfo(form_group_items[i], type, app_locale);
192 const std::string& app_locale)
195 app_locale_(app_locale) {
270 const std::string& app_locale,
274 (*it)->GetMatchingTypes(text, app_locale, matching_types);
293 const std::string& app_locale) const
    [all...]
credit_card.cc 59 const std::string& app_locale,
72 if (app_locale.empty())
80 icu::Locale locale(app_locale.c_str());
373 const std::string& app_locale) const {
383 const std::string& app_locale) {
388 SetExpirationMonthFromString(value, app_locale);
396 const std::string& app_locale,
398 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
401 GetInfo(AutofillType(CREDIT_CARD_NUMBER), app_locale);
406 if (ConvertMonth(text, app_locale, &month) && month != 0 &
    [all...]
autofill_data_model.cc 128 const std::string& app_locale,
134 base::string16 field_text = GetInfo(type, app_locale);
165 FillCountrySelectControl(app_locale, field);
172 FillSelectControl(AutofillType(CREDIT_CARD_EXP_2_DIGIT_YEAR), app_locale, local
180 const std::string& app_locale,
autofill_ie_toolbar_import_win.cc 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))
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 16 std::string app_locale = g_browser_process->GetApplicationLocale(); local
18 AutofillCountry::CountryCodeForLocale(app_locale);
19 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
30 sorted_countries.push_back(new AutofillCountry(*iter, app_locale));
33 l10n_util::SortStringsUsingMethod(app_locale,
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.h 30 const std::string& app_locale);
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_ui.cc 34 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
36 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
42 l10n_util::GetDisplayNameForLocale(lang_code, app_locale, false);
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.cc 52 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
54 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
69 l10n_util::GetDisplayNameForLocale(language_codes[i], app_locale,
83 l10n_util::SortStrings16(app_locale, &display_names);
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.cc 61 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
63 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
78 l10n_util::GetDisplayNameForLocale(language_codes[i], app_locale,
90 l10n_util::SortStrings16(app_locale, &display_names);
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.h 62 const std::string& app_locale,
  /external/chromium_org/printing/
printing_context_gtk.cc 29 PrintingContext* PrintingContext::Create(const std::string& app_locale) {
30 return static_cast<PrintingContext*>(new PrintingContextGtk(app_locale));
33 PrintingContextGtk::PrintingContextGtk(const std::string& app_locale)
34 : PrintingContext(app_locale),
printing_context_no_system_dialog.cc 18 PrintingContext* PrintingContext::Create(const std::string& app_locale) {
20 new PrintingContextNoSystemDialog(app_locale));
24 const std::string& app_locale) : PrintingContext(app_locale) {
printing_context.cc 15 PrintingContext::PrintingContext(const std::string& app_locale)
19 app_locale_(app_locale) {
printing_context.h 99 static PrintingContext* Create(const std::string& app_locale);
108 explicit PrintingContext(const std::string& app_locale);
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl.h 43 const std::string& app_locale,
74 const std::string& app_locale,
  /external/chromium_org/chrome/android/testshell/
testshell_stubs.cc 65 const std::string& app_locale) {

Completed in 439 milliseconds

1 2 3 4