Searched refs:TextAreaRole (Results 1 – 7 of 7) sorted by relevance
132 return isARIAInput(ariaRole) || ariaRole == TextAreaRole || ariaRole == ButtonRole in isARIAControl()834 case TextAreaRole: in actionVerb()962 { "textbox", TextAreaRole }, in createARIARoleMap()
103 TextAreaRole, enumerator312 … bool isTextControl() const { return roleValue() == TextAreaRole || roleValue() == TextFieldRole; } in isTextControl()
2972 if (role == TextAreaRole && ariaIsMultiline()) in determineAriaRoleAttribute()3059 return TextAreaRole; in determineAccessibilityRole()3239 case TextAreaRole: in canSetFocusAttribute()3583 case TextAreaRole: in actionVerb()
637 case WebCore::TextAreaRole: in MSAARole()
112 COMPILE_ASSERT_MATCHING_ENUM(WebAccessibilityRoleTextArea, TextAreaRole);
409 case TextAreaRole: in atkRole()647 else if (coreObject->roleValue() == TextAreaRole) in setAtkStateSetFromCoreObject()
1221 { TextAreaRole, NSAccessibilityTextAreaRole },