Searched refs:cellAfter (Results 1 – 5 of 5) sorted by relevance
132 RenderTableCell* cellAfter(const RenderTableCell*) const;
193 if (RenderTableCell* after = table()->cellAfter(this)) { in clippedOverflowRectForRepaint()347 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this); in collapsedLeftBorder()414 RenderTableCell* nextCell = rtl ? tableElt->cellBefore(this) : tableElt->cellAfter(this); in collapsedRightBorder()
1143 RenderTableCell* RenderTable::cellAfter(const RenderTableCell* cell) const in cellAfter() function in WebCore::RenderTable
26740 (WebCore::RenderTable::cellAfter): Renamed cellRight to this.
37427 (WebCore::RenderTable::cellAfter): Ditto.