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 76 ColumnRole,
AXTable.cpp 416 AXTableColumn* column = toAXTableColumn(axCache->getOrCreate(ColumnRole));
AXObjectCache.cpp 467 case ColumnRole:
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 1020 if (m_private->roleValue() != ColumnRole)
1031 if (m_private->roleValue() != ColumnRole)
AssertMatchingEnums.cpp 188 COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleColumn, ColumnRole);
    [all...]

Completed in 86 milliseconds