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

123

/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 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;
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...]
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) {
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_type
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
150 GetMatchingTypes(const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
221 ParseNumber( const AutofillProfile& profile, const std::string& app_locale, base::string16* value) argument
[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 Dautofill_profile.cc141 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,
139 GetFormGroupInfo(const FormGroup& form_group, const AutofillType& type, const std::string& app_locale) argument
161 CopyValuesToItems(AutofillType type, const std::vector<base::string16>& values, const T& prototype, const std::string& app_locale, std::vector<T>* form_group_items) argument
175 CopyItemsToValues(const AutofillType& type, const std::vector<T>& form_group_items, const std::string& app_locale, std::vector<base::string16>* values) argument
218 FindByPhone(const base::string16& phone, const std::string& country_code, const std::string& app_locale) argument
296 GetMatchingTypes( const base::string16& text, const std::string& app_locale, ServerFieldTypeSet* matching_types) const argument
340 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
405 SetMultiInfo(const AutofillType& type, const std::vector<base::string16>& values, const std::string& app_locale) argument
437 GetMultiInfo(const AutofillType& type, const std::string& app_locale, std::vector<base::string16>* values) const argument
577 OverwriteOrAppendNames( const std::vector<NameInfo>& names, const std::string& app_locale) argument
634 OverwriteWithOrAddTo(const AutofillProfile& profile, const std::string& app_locale) argument
723 CreateDifferentiatingLabels( const std::vector<AutofillProfile*>& profiles, const std::string& app_locale, std::vector<base::string16>* labels) argument
734 CreateInferredLabels( const std::vector<AutofillProfile*>& profiles, const std::vector<ServerFieldType>* suggested_fields, ServerFieldType excluded_field, size_t minimal_fields_shown, const std::string& app_locale, std::vector<base::string16>* labels) argument
782 GetMultiInfoImpl( const AutofillType& type, const std::string& app_locale, std::vector<base::string16>* values) const argument
876 CreateInferredLabelsHelper( const std::vector<AutofillProfile*>& profiles, const std::list<size_t>& indices, const std::vector<ServerFieldType>& fields, size_t num_fields_to_include, const std::string& app_locale, std::vector<base::string16>* labels) argument
[all...]
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.h31 const std::string& app_locale) const OVERRIDE;
34 const std::string& app_locale) OVERRIDE;
37 const std::string& app_locale,
H A Daddress_i18n.h35 const std::string& app_locale);
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);
191 const std::string& app_locale,
193 FormGroup::GetMatchingTypes(text, app_locale, matching_types);
196 std::string country_code = AutofillCountry::GetCountryCode(text, app_locale);
153 SetInfo(const AutofillType& type, const base::string16& value, const std::string& app_locale) argument
190 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 Daddress_i18n.cc22 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));
21 GetInfoHelper(const AutofillProfile& profile, const std::string& app_locale, const AutofillType& type) argument
60 CreateAddressDataFromAutofillProfile(const AutofillProfile& profile, const std::string& app_locale) argument
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;
H A Dcontact_info.h35 const std::string& app_locale) const OVERRIDE;
38 const std::string& app_locale) OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.h45 const std::string& app_locale);
H A Dcountry_combobox_model.cc39 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,
H A Dautofill_dialog_i18n_input.cc100 const std::string& app_locale) {
105 *i18n::CreateAddressDataFromAutofillProfile(profile, app_locale))) {
116 app_locale).empty()) {
99 AddressHasCompleteAndVerifiedData(const AutofillProfile& profile, const std::string& app_locale) argument
/external/chromium_org/chrome/browser/ui/webui/translate_internals/
H A Dtranslate_internals_ui.cc32 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/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/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);
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.h41 const std::string& app_locale,
75 const std::string& app_locale,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlanguage_list.cc92 const std::string app_locale = g_browser_process->GetApplicationLocale(); local
100 l10n_util::GetDisplayNameForLocale(locale_code, app_locale, false);

Completed in 3589 milliseconds

123