Searched refs:lastCell (Results 1 – 3 of 3) sorted by relevance
114 last = lastCell(); in addChild()116 RenderTableCell* lastCell = toRenderTableCell(last); in addChild() local117 if (beforeChild == lastCell) in addChild()118 beforeChild = lastCell->firstChild(); in addChild()119 lastCell->addChild(child, beforeChild); in addChild()204 for (RenderTableCell* cell = lastCell(); cell; cell = cell->previousCell()) { in nodeAtPoint()
40 RenderTableCell* lastCell() const;
313 inline RenderTableCell* RenderTableRow::lastCell() const in lastCell() function