cellBefore 842 Source/core/editing/TextIterator.cpp return t && (t->cellBefore(rc) || t->cellAbove(rc)); cellBefore 238 Source/core/rendering/RenderTable.h RenderTableCell* cellBefore(const RenderTableCell*) const; cellBefore 337 Source/core/rendering/RenderTableCell.cpp if (RenderTableCell* before = table()->cellBefore(this)) { cellBefore 523 Source/core/rendering/RenderTableCell.cpp RenderTableCell* cellBefore = table->cellBefore(this); cellBefore 524 Source/core/rendering/RenderTableCell.cpp if (cellBefore) { cellBefore 525 Source/core/rendering/RenderTableCell.cpp CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL); cellBefore 571 Source/core/rendering/RenderTableCell.cpp if (cellBefore) { cellBefore 206 Source/core/rendering/RenderTableCell.h ASSERT_UNUSED(cell, table()->cellBefore(cell) == this); cellBefore 214 Source/core/rendering/RenderTableCell.h return !table()->cellAfter(this) || !table()->cellBefore(this);