Home
last modified time | relevance | path

Searched refs:testCell (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableColumn.cpp139 RenderTableCell* testCell = section->primaryCellAt(0, testCol); in headerObjectForSection() local
140 if (!testCell) in headerObjectForSection()
145 if ((testCell->col() + (testCell->colSpan()-1)) < m_columnIndex) in headerObjectForSection()
148 Node* node = testCell->node(); in headerObjectForSection()
155 cell = testCell; in headerObjectForSection()