Searched refs:TreeGridRole (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityARIAGridRow.cpp60 return parent->ariaRoleAttribute() == TreeGridRole;
H A DAccessibilityObject.h167 TreeGridRole, enumerator in enum:WebCore::AccessibilityRole
H A DAccessibilityRenderObject.cpp2248 if (role != TreeRole && role != TreeGridRole && role != TableRole)
2865 case TreeGridRole:
3529 else if (role == TreeRole || role == TreeGridRole || role == TableRole)
H A DAccessibilityObject.cpp967 { "treegrid", TreeGridRole },
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp175 COMPILE_ASSERT_MATCHING_ENUM(WebAccessibilityRoleTreeGrid, TreeGridRole);

Completed in 58 milliseconds