Searched refs:m_columnIndex (Results 1 – 2 of 2) sorted by relevance
130 if (m_columnIndex >= numCols) in headerObjectForSection()135 for (int testCol = m_columnIndex; testCol >= 0; --testCol) { in headerObjectForSection()142 if ((testCell->col() + (testCell->colSpan()-1)) < m_columnIndex) in headerObjectForSection()172 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); in addChildren()
56 void setColumnIndex(int columnIndex) { m_columnIndex = columnIndex; } in setColumnIndex()57 int columnIndex() const { return m_columnIndex; } in columnIndex()67 int m_columnIndex; variable