borderAdjoiningEndCell 638 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningEndCell(this), includeColor ? parent()->resolveColor(endColorProperty) : Color(), BROW)); borderAdjoiningEndCell 643 Source/core/rendering/RenderTableCell.cpp result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningEndCell(this), includeColor ? section()->resolveColor(endColorProperty) : Color(), BROWGROUP)); borderAdjoiningEndCell 89 Source/core/rendering/RenderTableRow.h const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const; borderAdjoiningEndCell 159 Source/core/rendering/RenderTableSection.h const BorderValue& borderAdjoiningEndCell(const RenderTableCell*) const;