HomeSort by relevance Sort by last modified time
    Searched refs:borderAdjoiningCellBefore (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.h 76 const BorderValue& borderAdjoiningCellBefore(const RenderTableCell*) const;
RenderTableCol.cpp 171 const BorderValue& RenderTableCol::borderAdjoiningCellBefore(const RenderTableCell* cell) const
RenderTableCell.h 198 const BorderValue& borderAdjoiningCellBefore(const RenderTableCell* cell)
RenderTableCell.cpp 626 CollapsedBorderValue cellAfterAdjoiningBorder = CollapsedBorderValue(cellAfter->borderAdjoiningCellBefore(this), includeColor ? cellAfter->resolveColor(startColorProperty) : Color(), BCELL);
676 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellBefore(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOLGROUP));
681 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellBefore(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOL));
    [all...]

Completed in 82 milliseconds