Searched refs:previousCell (Results 1 – 3 of 3) sorted by relevance
80 RenderTableCell* previousCell() const;297 inline RenderTableCell* RenderTableCell::previousCell() const in previousCell() function
206 for (RenderTableCell* cell = lastCell(); cell; cell = cell->previousCell()) { in nodeAtPoint()
331 Element* previousCell = enclosingTableCell(pos.deepEquivalent()); in adjacentEnclosingList() local336 || previousCell != currentCell in adjacentEnclosingList()