Searched refs:TextAreaRole (Results 1 – 5 of 5) sorted by relevance
116 { "textbox", TextAreaRole }, in createARIARoleMap()169 return ariaRoleAttribute() == TextAreaRole || ariaRoleAttribute() == TextFieldRole; in isARIATextControl()214 case TextAreaRole: in isTextControl()238 case TextAreaRole: in isClickable()362 case TextAreaRole: in actionVerb()860 return isARIAInput(ariaRole) || ariaRole == TextAreaRole || ariaRole == ButtonRole in isARIAControl()
166 TextAreaRole, enumerator
311 return TextAreaRole; in determineAccessibilityRole()644 if (parent->roleValue() == TextFieldRole || parent->roleValue() == TextAreaRole) in computeAccessibilityIsIgnored()860 case TextAreaRole: in actionVerb()
222 return TextAreaRole; in determineAccessibilityRole()262 if (role == TextAreaRole && !ariaIsMultiline()) in determineAriaRoleAttribute()
277 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleTextArea, TextAreaRole);