Searched refs:IsInputElement (Results 1 – 6 of 6) sorted by relevance
231 inline static bool IsInputElement(FormControlType aType) { in IsInputElement() function288 IsInputElement(type); in IsSubmittableControl()299 return IsInputElement(type) || IsButtonElement(type) || in IsAutofocusable()
1951 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()
209 inline static bool IsInputElement(FormControlType aType) { in IsInputElement() function260 IsInputElement(type); in IsSubmittableControl()
2562 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()