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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableColumn.h 49 virtual AccessibilityRole roleValue() const OVERRIDE { return ColumnRole; }
AXARIAGrid.cpp 119 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
AXObject.h 75 ColumnRole,
AXTable.cpp 419 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
AXObjectCache.cpp 469 case ColumnRole:
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 1036 if (m_private->roleValue() != ColumnRole)
1047 if (m_private->roleValue() != ColumnRole)
AssertMatchingEnums.cpp 184 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleColumn, ColumnRole);
    [all...]

Completed in 789 milliseconds