Searched defs:cellAfter (Results 1 – 2 of 2) sorted by relevance
1312 RenderTableCell* RenderTable::cellAfter(const RenderTableCell* cell) const in cellAfter() function in WebCore::RenderTable
625 if (RenderTableCell* cellAfter = table->cellAfter(this)) { in computeCollapsedEndBorder() local