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 338 if (RenderTableCell* before = table()->cellBefore(this)) {
524 RenderTableCell* cellBefore = table->cellBefore(this);
525 if (cellBefore) {
526 CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL);
527 // |result| should be the 2nd argument as |cellBefore| should win in case of equality per CSS 2.1 (Border conflict resolution, point 4).
572 if (cellBefore) {
    [all...]

Completed in 46 milliseconds