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 100 const BorderValue& RenderTableRow::borderAdjoiningEndCell(const RenderTableCell* cell) const
RenderTableSection.h 157 const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTableCell.cpp 621 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningEndCell(this), includeColor ? parent()->resolveColor(endColorProperty) : Color(), BROW));
626 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningEndCell(this), includeColor ? section()->resolveColor(endColorProperty) : Color(), BROWGROUP));
    [all...]
RenderTableSection.cpp     [all...]

Completed in 81 milliseconds