Searched refs:cellBelow (Results 1 – 3 of 3) sorted by relevance
237 RenderTableCell* cellBelow(const RenderTableCell*) const;
353 if (RenderTableCell* below = table()->cellBelow(this)) { in clippedOverflowRectForPaintInvalidation()799 RenderTableCell* nextCell = table->cellBelow(this); in computeCollapsedAfterBorder()
1182 RenderTableCell* RenderTable::cellBelow(const RenderTableCell* cell) const in cellBelow() function in blink::RenderTable