Searched refs:cellBefore (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h209 ASSERT_UNUSED(cell, table()->cellBefore(cell) == this);
217 return !table()->cellAfter(this) || !table()->cellBefore(this);
H A DRenderTableCell.cpp335 if (RenderTableCell* before = table()->cellBefore(this)) {
512 RenderTableCell* cellBefore = table->cellBefore(this); local
513 if (cellBefore) {
514 CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL);
515 // |result| should be the 2nd argument as |cellBefore| should win in case of equality per CSS 2.1 (Border conflict resolution, point 4).
560 if (cellBefore) {
H A DRenderTable.h238 RenderTableCell* cellBefore(const RenderTableCell*) const;
H A DRenderTable.cpp1209 RenderTableCell* RenderTable::cellBefore(const RenderTableCell* cell) const function in class:blink::RenderTable
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp870 return t && (t->cellBefore(rc) || t->cellAbove(rc));

Completed in 788 milliseconds