Home
last modified time | relevance | path

Searched refs:cellAfter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h202 ASSERT_UNUSED(cell, table()->cellAfter(cell) == this); in borderAdjoiningCellBefore()
217 return !table()->cellAfter(this) || !table()->cellBefore(this); in isFirstOrLastCellInRow()
DRenderTableCell.cpp341 if (RenderTableCell* after = table()->cellAfter(this)) { in clippedOverflowRectForPaintInvalidation()
616 if (RenderTableCell* cellAfter = table->cellAfter(this)) { in computeCollapsedEndBorder() local
617 …terAdjoiningBorder = CollapsedBorderValue(cellAfter->borderAdjoiningCellBefore(this), includeColor… in computeCollapsedEndBorder()
DRenderTable.h239 RenderTableCell* cellAfter(const RenderTableCell*) const;
DRenderTable.cpp1223 RenderTableCell* RenderTable::cellAfter(const RenderTableCell* cell) const in cellAfter() function in blink::RenderTable