Searched defs:cellBefore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp1298 RenderTableCell* RenderTable::cellBefore(const RenderTableCell* cell) const function in class:WebCore::RenderTable
H A DRenderTableCell.cpp322 if (RenderTableCell* before = table()->cellBefore(this)) {
506 RenderTableCell* cellBefore = table->cellBefore(this); local
507 if (cellBefore) {
508 CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL);
509 // |result| should be the 2nd argument as |cellBefore| should win in case of equality per CSS 2.1 (Border conflict resolution, point 4).
554 if (cellBefore) {

Completed in 99 milliseconds