Searched refs:RowRole (Results 1 – 10 of 10) sorted by relevance
64 if (!child || !child->isTableRow() || child->ariaRoleAttribute() != RowRole) in addChild()109 if (child->isTableRow() || child->ariaRoleAttribute() == RowRole) in addChildren()
65 return RowRole; in roleValue()
119 RowRole, enumerator
2112 case RowRole: in setIsExpanded()2812 case RowRole: in shouldFocusActiveDescendant()2886 if (roleValue() == RowRole || roleValue() == TreeItemRole) in handleAriaExpandedChanged()3103 return RowRole; in determineAccessibilityRole()
950 { "row", RowRole }, in createARIARoleMap()
65 if (role == RowRole) in accessibilityPlatformIncludesObject()
426 case RowRole: in atkRole()
647 case WebCore::RowRole: in MSAARole()
128 COMPILE_ASSERT_MATCHING_ENUM(WebAccessibilityRoleRow, RowRole);
1238 { RowRole, NSAccessibilityRowRole },