Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableRow.cpp66 return RowRole; in determineAccessibilityRole()
DAXARIAGrid.cpp57 if (!child || !child->isTableRow() || child->ariaRoleAttribute() != RowRole) in addTableCellChild()
DAXObject.h135 RowRole, enumerator
DAXObject.cpp105 { "row", RowRole }, in createARIARoleMap()
DAXRenderObject.cpp1011 case RowRole: in shouldFocusActiveDescendant()
1686 if (roleValue() == RowRole || roleValue() == TreeItemRole) in handleAriaExpandedChanged()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp246 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleRow, RowRole);