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

  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableColumn.h 56 void setColumnIndex(int columnIndex) { m_columnIndex = columnIndex; }
57 int columnIndex() const { return m_columnIndex; }
67 int m_columnIndex;
AccessibilityTableColumn.cpp 130 if (m_columnIndex >= numCols)
138 for (int testCol = m_columnIndex; testCol >= 0; --testCol) {
145 if ((testCell->col() + (testCell->colSpan()-1)) < m_columnIndex)
187 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i);

Completed in 38 milliseconds