Home
last modified time | relevance | path

Searched refs:app_locale (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/ui/
H A Dlabel_formatter_utils.cc39 const std::string& app_locale, in HaveSameData() argument
49 get_data.Run(*profiles[0], app_locale); in HaveSameData()
191 app_locale); in MakeTrimmedProfile()
200 const std::string& app_locale, in GetLabelForFocusedAddress() argument
204 profile, app_locale, types); in GetLabelForFocusedAddress()
214 profile, app_locale) in GetLabelAddress()
217 profile, app_locale); in GetLabelAddress()
223 const std::string& app_locale) { in GetLabelNationalAddress() argument
226 MakeTrimmedProfile(profile, app_locale, types), app_locale); in GetLabelNationalAddress()
239 MakeTrimmedProfile(profile, app_locale, types), app_locale); in GetLabelStreetAddress()
[all …]
H A Dmobile_label_formatter.cc29 const std::string& app_locale, in MobileLabelFormatter() argument
34 app_locale, in MobileLabelFormatter()
44 !HaveSameFirstNames(profiles, app_locale); in MobileLabelFormatter()
53 !HaveSameNonStreetAddresses(profiles, app_locale, in MobileLabelFormatter()
65 profiles, app_locale, in MobileLabelFormatter()
100 profile, app_locale(), in GetLabelForShowOneVariant()
108 return GetLabelPhone(profile, app_locale()); in GetLabelForShowOneVariant()
112 return GetLabelEmail(profile, app_locale()); in GetLabelForShowOneVariant()
190 profile, app_locale(), in GetDefaultLabel()
196 return GetLabelPhone(profile, app_locale()); in GetDefaultLabel()
[all …]
H A Dlabel_formatter_utils.h89 const std::string& app_locale,
100 const std::string& app_locale,
108 const std::string& app_locale);
121 const std::string& app_locale,
129 const std::string& app_locale);
139 const std::string& app_locale);
145 const std::string& app_locale);
154 const std::string& app_locale);
156 const std::string& app_locale);
161 const std::string& app_locale);
[all …]
H A Daddress_contact_form_label_formatter.cc14 const std::string& app_locale, in AddressContactFormLabelFormatter() argument
19 app_locale, in AddressContactFormLabelFormatter()
24 email_disambiguates_(!HaveSameEmailAddresses(profiles, app_locale)), in AddressContactFormLabelFormatter()
25 phone_disambiguates_(!HaveSamePhoneNumbers(profiles, app_locale)) {} in AddressContactFormLabelFormatter()
46 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfile()
52 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
58 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfile()
62 AddLabelPartIfNotEmpty(GetLabelEmail(profile, app_locale()), &label_parts); in GetLabelForProfile()
71 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfile()
H A Daddress_phone_form_label_formatter.cc14 const std::string& app_locale, in AddressPhoneFormLabelFormatter() argument
19 app_locale, in AddressPhoneFormLabelFormatter()
33 form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
35 GetLabelPhone(profile, app_locale())) in GetLabelForProfile()
50 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
55 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
60 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
H A Daddress_email_form_label_formatter.cc14 const std::string& app_locale, in AddressEmailFormLabelFormatter() argument
19 app_locale, in AddressEmailFormLabelFormatter()
33 form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
35 GetLabelEmail(profile, app_locale())) in GetLabelForProfile()
51 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
57 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
63 AddLabelPartIfNotEmpty(GetLabelEmail(profile, app_locale()), &label_parts); in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
H A Dlabel_formatter.cc34 const std::string& app_locale, in LabelFormatter() argument
39 app_locale_(app_locale), in LabelFormatter()
87 const std::string& app_locale, in Create() argument
97 profiles, app_locale, focused_field_type, groups, field_types); in Create()
103 profiles, app_locale, focused_field_type, groups, field_types); in Create()
107 profiles, app_locale, focused_field_type, groups, field_types); in Create()
111 profiles, app_locale, focused_field_type, groups, field_types); in Create()
115 profiles, app_locale, focused_field_type, groups, field_types); in Create()
121 profiles, app_locale, focused_field_type, groups, field_types); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/ui/
H A Dlabel_formatter_utils.cc38 const std::string& app_locale, in HaveSameData() argument
48 get_data.Run(*profiles[0], app_locale); in HaveSameData()
190 app_locale); in MakeTrimmedProfile()
199 const std::string& app_locale, in GetLabelForFocusedAddress() argument
203 profile, app_locale, types); in GetLabelForFocusedAddress()
213 profile, app_locale) in GetLabelAddress()
216 profile, app_locale); in GetLabelAddress()
222 const std::string& app_locale) { in GetLabelNationalAddress() argument
225 MakeTrimmedProfile(profile, app_locale, types), app_locale); in GetLabelNationalAddress()
238 MakeTrimmedProfile(profile, app_locale, types), app_locale); in GetLabelStreetAddress()
[all …]
H A Dmobile_label_formatter.cc28 const std::string& app_locale, in MobileLabelFormatter() argument
33 app_locale, in MobileLabelFormatter()
43 !HaveSameFirstNames(profiles, app_locale); in MobileLabelFormatter()
52 !HaveSameNonStreetAddresses(profiles, app_locale, in MobileLabelFormatter()
64 profiles, app_locale, in MobileLabelFormatter()
99 profile, app_locale(), in GetLabelForShowOneVariant()
107 return GetLabelPhone(profile, app_locale()); in GetLabelForShowOneVariant()
111 return GetLabelEmail(profile, app_locale()); in GetLabelForShowOneVariant()
191 profile, app_locale(), in GetDefaultLabel()
197 return GetLabelPhone(profile, app_locale()); in GetDefaultLabel()
[all …]
H A Dlabel_formatter_utils.h89 const std::string& app_locale,
100 const std::string& app_locale,
108 const std::string& app_locale);
121 const std::string& app_locale,
129 const std::string& app_locale);
139 const std::string& app_locale);
145 const std::string& app_locale);
154 const std::string& app_locale);
156 const std::string& app_locale);
161 const std::string& app_locale);
[all …]
H A Daddress_contact_form_label_formatter.cc14 const std::string& app_locale, in AddressContactFormLabelFormatter() argument
19 app_locale, in AddressContactFormLabelFormatter()
24 email_disambiguates_(!HaveSameEmailAddresses(profiles, app_locale)), in AddressContactFormLabelFormatter()
25 phone_disambiguates_(!HaveSamePhoneNumbers(profiles, app_locale)) {} in AddressContactFormLabelFormatter()
46 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfile()
52 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
58 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfile()
62 AddLabelPartIfNotEmpty(GetLabelEmail(profile, app_locale()), &label_parts); in GetLabelForProfile()
71 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfile()
H A Daddress_email_form_label_formatter.cc14 const std::string& app_locale, in AddressEmailFormLabelFormatter() argument
19 app_locale, in AddressEmailFormLabelFormatter()
33 form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
35 GetLabelEmail(profile, app_locale())) in GetLabelForProfile()
51 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
57 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
63 AddLabelPartIfNotEmpty(GetLabelEmail(profile, app_locale()), &label_parts); in GetLabelForProfileOnFocusedNameEmailOrStreetAddress()
H A Daddress_phone_form_label_formatter.cc14 const std::string& app_locale, in AddressPhoneFormLabelFormatter() argument
19 app_locale, in AddressPhoneFormLabelFormatter()
33 form_has_street_address_, profile, app_locale(), in GetLabelForProfile()
35 GetLabelPhone(profile, app_locale())) in GetLabelForProfile()
50 GetLabelName(field_types_for_labels(), profile, app_locale()), in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
55 AddLabelPartIfNotEmpty(GetLabelPhone(profile, app_locale()), &label_parts); in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
60 GetLabelAddress(form_has_street_address_, profile, app_locale(), in GetLabelForProfileOnFocusedNamePhoneOrStreetAddress()
H A Dlabel_formatter.cc34 const std::string& app_locale, in LabelFormatter() argument
39 app_locale_(app_locale), in LabelFormatter()
87 const std::string& app_locale, in Create() argument
97 profiles, app_locale, focused_field_type, groups, field_types); in Create()
103 profiles, app_locale, focused_field_type, groups, field_types); in Create()
107 profiles, app_locale, focused_field_type, groups, field_types); in Create()
111 profiles, app_locale, focused_field_type, groups, field_types); in Create()
115 profiles, app_locale, focused_field_type, groups, field_types); in Create()
121 profiles, app_locale, focused_field_type, groups, field_types); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/data_model/
H A Dform_group.cc15 const std::string& app_locale, in GetMatchingTypes() argument
22 AutofillProfileComparator comparator(app_locale); in GetMatchingTypes()
38 void FormGroup::GetNonEmptyTypes(const std::string& app_locale, in GetNonEmptyTypes() argument
43 if (!GetInfo(AutofillType(type), app_locale).empty()) in GetNonEmptyTypes()
54 return GetInfoImpl(AutofillType(type), app_locale); in GetInfo()
59 return GetInfoImpl(type, app_locale); in GetInfo()
64 const std::string& app_locale) { in SetInfo() argument
65 return SetInfoImpl(AutofillType(type), value, app_locale); in SetInfo()
70 const std::string& app_locale) { in SetInfo() argument
71 return SetInfoImpl(type, value, app_locale); in SetInfo()
[all …]
H A Dphone_number.cc26 const std::string& app_locale) { in GetRegion() argument
31 return AutofillCountry::CountryCodeForLocale(app_locale); in GetRegion()
96 const std::string& app_locale, in GetMatchingTypes() argument
105 FormGroup::GetMatchingTypes(stripped_text, app_locale, matching_types); in GetMatchingTypes()
110 if (GetRegion(*profile_, app_locale) == "US" && in GetMatchingTypes()
127 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale); in GetMatchingTypes()
144 UpdateCacheIfNeeded(app_locale); in GetInfoImpl()
197 const std::string& app_locale) { in SetInfoImpl() argument
205 UpdateCacheIfNeeded(app_locale); in SetInfoImpl()
218 std::string region = GetRegion(*profile_, app_locale); in UpdateCacheIfNeeded()
[all …]
H A Dform_group.h27 const std::string& app_locale,
32 virtual void GetNonEmptyTypes(const std::string& app_locale,
52 const std::string& app_locale) const;
54 const std::string& app_locale) const;
60 const std::string& app_locale);
63 const std::string& app_locale);
81 const std::string& app_locale) const;
87 const std::string& app_locale);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dform_group.cc19 const std::string& app_locale, in GetMatchingTypes() argument
26 AutofillProfileComparator comparator(app_locale); in GetMatchingTypes()
42 void FormGroup::GetNonEmptyTypes(const std::string& app_locale, in GetNonEmptyTypes() argument
47 if (!GetInfo(AutofillType(type), app_locale).empty()) in GetNonEmptyTypes()
58 return GetInfoImpl(AutofillType(type), app_locale); in GetInfo()
63 return GetInfoImpl(type, app_locale); in GetInfo()
86 const std::string& app_locale) { in SetInfo() argument
87 return SetInfoWithVerificationStatus(type, value, app_locale, in SetInfo()
93 const std::string& app_locale) { in SetInfo() argument
94 return SetInfoWithVerificationStatus(type, value, app_locale, in SetInfo()
[all …]
H A Dphone_number.cc33 const std::string& app_locale) { in GetRegion() argument
38 return AutofillCountry::CountryCodeForLocale(app_locale); in GetRegion()
104 const std::string& app_locale, in GetMatchingTypes() argument
118 if (GetRegion(*profile_, app_locale) == "US" && in GetMatchingTypes()
135 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale); in GetMatchingTypes()
151 GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), app_locale); in GetMatchingTypes()
164 UpdateCacheIfNeeded(app_locale); in GetInfoImpl()
218 const std::string& app_locale, in SetInfoWithVerificationStatusImpl() argument
227 UpdateCacheIfNeeded(app_locale); in SetInfoWithVerificationStatusImpl()
240 std::string region = GetRegion(*profile_, app_locale); in UpdateCacheIfNeeded()
[all …]
H A Dform_group.h31 const std::string& app_locale,
36 virtual void GetNonEmptyTypes(const std::string& app_locale,
73 const std::string& app_locale) const;
75 const std::string& app_locale) const;
93 const std::string& app_locale);
96 const std::string& app_locale);
102 const std::string& app_locale,
108 const std::string& app_locale,
127 const std::string& app_locale) const;
134 const std::string& app_locale,
H A Dautofill_profile.h69 const std::string& app_locale,
74 const std::string& app_locale,
92 bool IsEmpty(const std::string& app_locale) const;
133 const std::string& app_locale,
144 const std::string& app_locale);
150 const std::string& app_locale);
157 const std::string& app_locale);
168 const std::string& app_locale,
183 const std::string& app_locale,
315 const std::string& app_locale,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/ios/browser/
H A Dautofill_driver_ios_webframe.mm14 const std::string& app_locale,
22 web_state, client, bridge, app_locale, enable_download_manager));
29 const std::string& app_locale,
34 app_locale_(app_locale),
54 const std::string& app_locale,
61 web_state, web_frame, client, bridge, app_locale,
70 const std::string& app_locale,
77 app_locale,
85 const std::string& app_locale,
92 app_locale,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/ios/browser/
H A Dautofill_driver_ios_webframe.mm14 const std::string& app_locale,
22 web_state, client, bridge, app_locale, enable_download_manager));
29 const std::string& app_locale,
34 app_locale_(app_locale),
54 const std::string& app_locale,
61 web_state, web_frame, client, bridge, app_locale,
70 const std::string& app_locale,
77 app_locale,
85 const std::string& app_locale,
92 app_locale,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dpayment_request_data_util.cc32 const std::string& app_locale) { in GetPaymentAddressFromAutofillProfile() argument
35 if (profile.IsEmpty(app_locale)) in GetPaymentAddressFromAutofillProfile()
48 profile.GetInfo(autofill::ADDRESS_HOME_STATE, app_locale)); in GetPaymentAddressFromAutofillProfile()
50 profile.GetInfo(autofill::ADDRESS_HOME_CITY, app_locale)); in GetPaymentAddressFromAutofillProfile()
52 profile.GetInfo(autofill::ADDRESS_HOME_DEPENDENT_LOCALITY, app_locale)); in GetPaymentAddressFromAutofillProfile()
54 profile.GetInfo(autofill::ADDRESS_HOME_ZIP, app_locale)); in GetPaymentAddressFromAutofillProfile()
56 profile.GetInfo(autofill::ADDRESS_HOME_SORTING_CODE, app_locale)); in GetPaymentAddressFromAutofillProfile()
58 base::UTF16ToUTF8(profile.GetInfo(autofill::COMPANY_NAME, app_locale)); in GetPaymentAddressFromAutofillProfile()
60 base::UTF16ToUTF8(profile.GetInfo(autofill::NAME_FULL, app_locale)); in GetPaymentAddressFromAutofillProfile()
73 const std::string& app_locale) { in GetBasicCardResponseFromAutofillCreditCard() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dpayment_request_data_util.cc32 const std::string& app_locale) { in GetPaymentAddressFromAutofillProfile() argument
35 if (profile.IsEmpty(app_locale)) in GetPaymentAddressFromAutofillProfile()
48 profile.GetInfo(autofill::ADDRESS_HOME_STATE, app_locale)); in GetPaymentAddressFromAutofillProfile()
50 profile.GetInfo(autofill::ADDRESS_HOME_CITY, app_locale)); in GetPaymentAddressFromAutofillProfile()
52 profile.GetInfo(autofill::ADDRESS_HOME_DEPENDENT_LOCALITY, app_locale)); in GetPaymentAddressFromAutofillProfile()
54 profile.GetInfo(autofill::ADDRESS_HOME_ZIP, app_locale)); in GetPaymentAddressFromAutofillProfile()
56 profile.GetInfo(autofill::ADDRESS_HOME_SORTING_CODE, app_locale)); in GetPaymentAddressFromAutofillProfile()
58 base::UTF16ToUTF8(profile.GetInfo(autofill::COMPANY_NAME, app_locale)); in GetPaymentAddressFromAutofillProfile()
60 base::UTF16ToUTF8(profile.GetInfo(autofill::NAME_FULL, app_locale)); in GetPaymentAddressFromAutofillProfile()
73 const std::string& app_locale) { in GetBasicCardResponseFromAutofillCreditCard() argument
[all …]

12345678910>>...15