Searched refs:app_locale (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/components/autofill/core/browser/
H A Dform_group.h23 // 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);
H A Dautofill_data_model.cc21 const std::string& app_locale) const {
22 return GetInfo(type, app_locale);
H A Dform_group.cc12 const std::string& app_locale,
23 if (GetInfo(AutofillType(*type), app_locale) == text)
28 void FormGroup::GetNonEmptyTypes(const std::string& app_locale, argument
34 if (!GetInfo(AutofillType(*type), app_locale).empty())
40 const std::string& app_locale) const {
46 const std::string& app_locale) {
11 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
44 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
H A Dphone_number.cc23 // 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);
24 GetRegion(const AutofillProfile& profile, const std::string& app_locale) argument
129 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
143 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
214 ParseNumber( const AutofillProfile& profile, const std::string& app_locale, base::string16* value) argument
[all...]
H A Dautofill_profile.h45 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|, i
[all...]
H A Dphone_number.h34 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;
H A Dcredit_card.h51 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);
H A Daddress_i18n.cc22 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));
21 GetInfoHelper(const AutofillProfile& profile, const std::string& app_locale, const AutofillType& type) argument
57 CreateAddressDataFromAutofillProfile(const AutofillProfile& profile, const std::string& app_locale) argument
H A Daddress_i18n.h33 const std::string& app_locale);
H A Daddress.h31 const std::string& app_locale) const OVERRIDE;
34 const std::string& app_locale) OVERRIDE;
37 const std::string& app_locale,
H A Dautofill_profile.cc130 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) cons
128 GetFormGroupInfo(const FormGroup& form_group, const AutofillType& type, const std::string& app_locale) argument
151 CopyItemsToValues(const AutofillType& type, const std::vector<T>& form_group_items, const std::string& app_locale, std::vector<base::string16>* values) argument
194 FindByPhone(const base::string16& phone, const std::string& country_code, const std::string& app_locale) argument
272 GetMatchingTypes( const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
316 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
381 GetMultiInfo(const AutofillType& type, const std::string& app_locale, std::vector<base::string16>* values) const argument
570 OverwriteWithOrAddTo(const AutofillProfile& profile, const std::string& app_locale) argument
700 GetMultiInfoImpl( const AutofillType& type, const std::string& app_locale, std::vector<base::string16>* values) const argument
722 AddPhoneIfUnique( const base::string16& phone, const std::string& app_locale, std::vector<base::string16>* existing_phones) argument
[all...]
H A Dautofill_ie_toolbar_import_win.cc35 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, argument
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, argument
268 if (ImportSingleProfile(app_locale, key, reg_to_field, &profile)) {
293 key, reg_to_field, app_locale,
140 ImportSingleFormGroup(const RegKey& key, const RegToFieldMap& reg_to_field, const std::string& app_locale, FormGroup* form_group, PhoneNumber::PhoneCombineHelper* phone) argument
[all...]
H A Daddress.cc142 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);
153 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
200 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
H A Dcredit_card.cc60 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,
59 ConvertMonth(const base::string16& month, const std::string& app_locale, int* num) argument
383 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
397 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
508 UpdateFromImportedCard(const CreditCard& imported_card, const std::string& app_locale) argument
623 SetExpirationMonthFromString(const base::string16& text, const std::string& app_locale) argument
[all...]
H A Dautofill_data_model.h26 // |type| of that field, localized to the given |app_locale| if appropriate.
31 const std::string& app_locale) const;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model.cc30 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,
H A Dautofill_dialog_i18n_input.h52 const std::string& app_locale);
/external/chromium_org/chrome/browser/ui/webui/translate_internals/
H A Dtranslate_internals_ui.cc33 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/
H A Dlanguage_options_handler.cc61 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/core/browser/android/
H A Dauxiliary_profiles_android.h30 const std::string& app_locale);
/external/chromium_org/printing/
H A Dprinting_context_linux.cc30 PrintingContext* PrintingContext::Create(const std::string& app_locale) { argument
31 return static_cast<PrintingContext*>(new PrintingContextLinux(app_locale));
34 PrintingContextLinux::PrintingContextLinux(const std::string& app_locale) argument
35 : PrintingContext(app_locale),
H A Dprinting_context_no_system_dialog.cc18 PrintingContext* PrintingContext::Create(const std::string& app_locale) { argument
20 new PrintingContextNoSystemDialog(app_locale));
24 const std::string& app_locale) : PrintingContext(app_locale) {
23 PrintingContextNoSystemDialog( const std::string& app_locale) argument
H A Dprinting_context.h103 static PrintingContext* Create(const std::string& app_locale);
112 explicit PrintingContext(const std::string& app_locale);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.h61 const std::string& app_locale,
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h63 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 1205 milliseconds

1234