Searched refs:sectionSpecificRow (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTable.cpp472 unsigned sectionSpecificRow = row - rowOffset; local
473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) {
474 cell = tableSection->primaryCellAt(sectionSpecificRow, column);
481 for (int testRow = sectionSpecificRow-1; testRow >= 0; --testRow) {
484 if (cell && ((cell->row() + (cell->rowSpan()-1)) >= (int)sectionSpecificRow))
492 cell = tableSection->primaryCellAt(sectionSpecificRow, testCol);

Completed in 31 milliseconds