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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.h 89 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTableRow.cpp 103 const BorderValue& RenderTableRow::borderAdjoiningEndCell(const RenderTableCell* cell) const
RenderTableSection.h 159 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTableCell.cpp 636 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningEndCell(this), includeColor ? parent()->resolveColor(endColorProperty) : Color(), BROW));
641 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningEndCell(this), includeColor ? section()->resolveColor(endColorProperty) : Color(), BROWGROUP));
    [all...]
RenderTableSection.cpp     [all...]

Completed in 33 milliseconds