Home
last modified time | relevance | path

Searched refs:IsInputElement (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsIFormControl.h231 inline static bool IsInputElement(FormControlType aType) { in IsInputElement() function
288 IsInputElement(type); in IsSubmittableControl()
299 return IsInputElement(type) || IsButtonElement(type) || in IsAutofocusable()
H A DnsGenericHTMLElement.cpp1951 if (!IsInputElement(type) && type != FormControlType::Textarea) { in DoesReadOnlyApply()
2271 MOZ_ASSERT(IsInputElement(type) || type == FormControlType::Select || in UpdateRequiredState()
2304 return (IsInputElement(type) && type != FormControlType::InputHidden) || in IsLabelable()
2311 if (!IsInputElement(type) && !IsButtonElement(type)) { in GetFormAction()
2958 return IsInputElement(type) || IsButtonElement(type) || in IsAutocapitalizeInheriting()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DnsIFormControl.h231 inline static bool IsInputElement(FormControlType aType) { in IsInputElement() function
288 IsInputElement(type); in IsSubmittableControl()
299 return IsInputElement(type) || IsButtonElement(type) || in IsAutofocusable()
H A DnsGenericHTMLElement.cpp1951 if (!IsInputElement(type) && type != FormControlType::Textarea) { in DoesReadOnlyApply()
2271 MOZ_ASSERT(IsInputElement(type) || type == FormControlType::Select || in UpdateRequiredState()
2304 return (IsInputElement(type) && type != FormControlType::InputHidden) || in IsLabelable()
2311 if (!IsInputElement(type) && !IsButtonElement(type)) { in GetFormAction()
2958 return IsInputElement(type) || IsButtonElement(type) || in IsAutocapitalizeInheriting()
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsIFormControl.h209 inline static bool IsInputElement(FormControlType aType) { in IsInputElement() function
260 IsInputElement(type); in IsSubmittableControl()
H A DnsGenericHTMLElement.cpp2562 return (IsInputElement(type) && type != FormControlType::InputHidden) || in IsLabelable()
2575 if (!IsInputElement(type) && type != FormControlType::Textarea) { in DoesReadOnlyApply()
2645 MOZ_ASSERT(IsInputElement(type) || type == FormControlType::Select || in UpdateRequiredState()
2674 return IsInputElement(type) || IsButtonElement(type) || in IsAutocapitalizeInheriting()
2681 return IsInputElement(type) || IsButtonElement(type) || in IsAutofocusable()
2803 if (!IsInputElement(type) && !IsButtonElement(type)) { in GetFormAction()