Home
last modified time | relevance | path

Searched refs:GetFormTypes (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/autofill/
H A Dcwv_autofill_form.mm23 std::set<autofill::FormType> formTypes = formStructure.GetFormTypes();
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/metrics/
H A Dform_event_logger_base.cc163 form_interactions_ukm_logger_->LogFormEvent(event, form.GetFormTypes(), in Log()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/metrics/
H A Dform_event_logger_base.cc161 form_interactions_ukm_logger_->LogFormEvent(event, form.GetFormTypes(), in Log()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_handler.cc108 for (const FormType& form_type : cached_form_structure->GetFormTypes()) { in OnFormsSeen()
H A Dform_structure.h284 std::set<FormType> GetFormTypes() const;
H A Dform_structure.cc1260 GetFormTypes(), did_autofill_some_possible_fields, elapsed); in LogQualityMetrics()
1265 state, is_for_credit_card, has_upi_vpa_field, GetFormTypes(), in LogQualityMetrics()
2402 std::set<FormType> FormStructure::GetFormTypes() const { in GetFormTypes() function in autofill::FormStructure
H A Dautofill_manager.cc184 form_structure->GetFormTypes(), in LogDeveloperEngagementUkm()
1214 form_types = form_structure->GetFormTypes(); in OnDidFillAutofillFormData()
2068 std::set<FormType> current_form_types = form_structure->GetFormTypes(); in OnFormsParsed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_handler.cc96 for (const FormType& form_type : cached_form_structure->GetFormTypes()) { in OnFormsSeen()
H A Dform_structure.h272 std::set<FormType> GetFormTypes() const;
H A Dform_structure.cc1196 GetFormTypes(), did_autofill_some_possible_fields, elapsed); in LogQualityMetrics()
1201 state, is_for_credit_card, has_upi_vpa_field, GetFormTypes(), in LogQualityMetrics()
2147 std::set<FormType> FormStructure::GetFormTypes() const { in GetFormTypes() function in autofill::FormStructure
H A Dautofill_manager.cc181 form_structure->GetFormTypes(), in LogDeveloperEngagementUkm()
1133 form_types = form_structure->GetFormTypes(); in OnDidFillAutofillFormData()
1890 std::set<FormType> current_form_types = form_structure->GetFormTypes(); in OnFormsParsed()