HomeSort by relevance Sort by last modified time
    Searched refs:app_locale (Results 1 - 25 of 78) 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);
autofill_data_model.cc 21 const std::string& app_locale) const {
22 return GetInfo(type, 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_i18n.h 33 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) {
138 UpdateCacheIfNeeded(app_locale);
144 const std::string& app_locale,
148 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types);
152 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
    [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;
68 const std::string& app_locale,
72 bool IsEmpty(const std::string& app_locale) const;
107 const std::string& app_locale) const;
112 const std::string& app_locale);
155 // empty |app_locale| to get the raw info; otherwise, the returned info is
156 // canonicalized according to the given |app_locale|, if appropriate
    [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;
90 const std::string& app_locale) WARN_UNUSED_RESULT;
105 bool IsEmpty(const std::string& app_locale) const;
131 const std::string& app_locale);
address_i18n.cc 22 const std::string& app_locale,
24 return profile.GetInfo(type, app_locale);
58 const std::string& app_locale) {
60 i18n::CreateAddressData(base::Bind(&GetInfoHelper, profile, app_locale));
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 26 // |type| of that field, localized to the given |app_locale| if appropriate.
31 const std::string& app_locale) const;
autofill_profile.cc 130 const std::string& app_locale) {
131 return app_locale.empty() ?
133 form_group.GetInfo(type, app_locale);
153 const std::string& app_locale,
157 (*values)[i] = GetFormGroupInfo(form_group_items[i], type, app_locale);
196 const std::string& app_locale)
199 app_locale_(app_locale) {
274 const std::string& app_locale,
278 (*it)->GetMatchingTypes(text, app_locale, matching_types);
297 const std::string& app_locale) const
    [all...]
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...]
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);
201 const std::string& app_locale,
203 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
206 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
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...]
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 30 const std::string& app_locale = g_browser_process->GetApplicationLocale(); local
32 countries_.push_back(new AutofillCountry(default_country_code, app_locale));
50 sorted_countries.push_back(new AutofillCountry(*it, app_locale));
53 l10n_util::SortStringsUsingMethod(app_locale,
autofill_dialog_i18n_input.h 52 const std::string& 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 33 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
35 l10n_util::GetAcceptLanguagesForLocale(app_locale, &language_codes);
41 l10n_util::GetDisplayNameForLocale(lang_code, app_locale, false);
  /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 61 const std::string& app_locale,
  /external/chromium_org/printing/
printing_context_linux.cc 30 PrintingContext* PrintingContext::Create(const std::string& app_locale) {
31 return static_cast<PrintingContext*>(new PrintingContextLinux(app_locale));
34 PrintingContextLinux::PrintingContextLinux(const std::string& app_locale)
35 : 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.h 103 static PrintingContext* Create(const std::string& app_locale);
112 explicit PrintingContext(const std::string& app_locale);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.h 63 const std::string& app_locale);
95 const std::string& app_locale);
140 const std::string& app_locale);
184 const std::string& app_locale);

Completed in 976 milliseconds

1 2 3 4