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

1 2 3

  /external/chromium_org/components/autofill/core/browser/
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) {
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);
phone_number.cc 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) {
139 UpdateCacheIfNeeded(app_locale);
143 number_, GetRegion(*profile_, app_locale)).empty()) {
151 const std::string& app_locale,
155 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types)
    [all...]
autofill_profile.h 45 const std::string& app_locale,
51 const std::string& app_locale) const OVERRIDE;
54 const std::string& app_locale) OVERRIDE;
60 const std::string& app_locale) const OVERRIDE;
69 const std::string& app_locale);
71 const std::string& app_locale,
75 bool IsEmpty(const std::string& app_locale) const;
110 const std::string& app_locale) const;
115 const std::string& app_locale);
129 const std::string& app_locale,
    [all...]
autofill_data_model.cc 21 const std::string& app_locale) const {
22 return GetInfo(type, app_locale);
autofill_profile.cc 141 const std::string& app_locale) {
142 return app_locale.empty() ?
144 form_group.GetInfo(type, app_locale);
164 const std::string& app_locale,
168 (*form_group_items)[i].SetInfo(type, values[i], app_locale);
177 const std::string& app_locale,
181 (*values)[i] = GetFormGroupInfo(form_group_items[i], type, app_locale);
220 const std::string& app_locale)
223 app_locale_(app_locale) {}
298 const std::string& app_locale,
    [all...]
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,
address.cc 142 const std::string& app_locale) const {
148 return AutofillCountry(country_code_, app_locale).name();
155 const std::string& app_locale) {
171 country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
191 const std::string& app_locale,
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
196 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
credit_card.h 51 const std::string& app_locale,
57 const std::string& app_locale) const OVERRIDE;
60 const std::string& app_locale) OVERRIDE;
90 const std::string& app_locale) WARN_UNUSED_RESULT;
105 bool IsEmpty(const std::string& app_locale) const;
131 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...]
autofill_data_model.h 26 // |type| of that field, localized to the given |app_locale| if appropriate.
31 const std::string& app_locale) const;
contact_info.h 35 const std::string& app_locale) const OVERRIDE;
38 const std::string& app_locale) OVERRIDE;
credit_card.cc 60 const std::string& app_locale,
73 if (app_locale.empty())
81 icu::Locale locale(app_locale.c_str());
375 const std::string& app_locale) const {
385 const std::string& app_locale) {
390 SetExpirationMonthFromString(value, app_locale);
398 const std::string& app_locale,
400 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
403 GetInfo(AutofillType(CREDIT_CARD_NUMBER), app_locale);
408 if (ConvertMonth(text, app_locale, &month) && month != 0 &
    [all...]
address_i18n.cc 22 const std::string& app_locale,
24 return profile.GetInfo(type, app_locale);
61 const std::string& app_locale) {
63 i18n::CreateAddressData(base::Bind(&GetInfoHelper, profile, app_locale));
address_i18n.h 35 const std::string& app_locale);
autofill_field.cc 176 const std::string& app_locale,
178 std::string country_code = AutofillCountry::GetCountryCode(value, app_locale);
189 if (country_code == AutofillCountry::GetCountryCode(value, app_locale) ||
190 country_code == AutofillCountry::GetCountryCode(contents, app_locale)) {
308 const std::string& app_locale,
328 return FillCountrySelectControl(value, app_locale, field);
480 const std::string& app_locale,
488 return FillSelectControl(type, value, app_locale, field_data);
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 39 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
41 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
72 sorted_countries.push_back(new AutofillCountry(*it, app_locale));
75 l10n_util::SortStringsUsingMethod(app_locale,
autofill_dialog_i18n_input.cc 100 const std::string& app_locale) {
105 *i18n::CreateAddressDataFromAutofillProfile(profile, app_locale))) {
116 app_locale).empty()) {
autofill_dialog_i18n_input.h 45 const std::string& app_locale);
  /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/chrome/browser/ui/webui/translate_internals/
translate_internals_ui.cc 32 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
34 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
40 l10n_util::GetDisplayNameForLocale(lang_code, app_locale, false);
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.h 41 const std::string& app_locale,
75 const std::string& app_locale,
content_autofill_driver.cc 37 const std::string& app_locale,
45 contents, client, app_locale, enable_download_manager));
58 const std::string& app_locale,
63 app_locale,
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_handler.cc 41 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
42 params.SetString("hl", app_locale);

Completed in 362 milliseconds

1 2 3