HomeSort by relevance Sort by last modified time
    Searched refs:TableRole (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 158 TableRole,
AXTable.cpp 510 return TableRole;
AXObject.cpp 73 { "grid", TableRole },
AXRenderObject.cpp 866 else if (role == TreeRole || role == TreeGridRole || role == TableRole)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 269 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleTable, TableRole);
    [all...]

Completed in 1018 milliseconds