HomeSort by relevance Sort by last modified time
    Searched defs:cellBefore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp     [all...]
RenderTableCell.cpp 322 if (RenderTableCell* before = table()->cellBefore(this)) {
506 RenderTableCell* cellBefore = table->cellBefore(this);
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) {
    [all...]

Completed in 392 milliseconds