borderAdjoiningCellBefore  628 Source/core/rendering/RenderTableCell.cpp             CollapsedBorderValue cellAfterAdjoiningBorder = CollapsedBorderValue(cellAfter->borderAdjoiningCellBefore(this), includeColor ? cellAfter->resolveColor(startColorProperty) : Color(), BCELL);
borderAdjoiningCellBefore  678 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellBefore(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOLGROUP));
borderAdjoiningCellBefore  683 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellBefore(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOL));
borderAdjoiningCellBefore  197 Source/core/rendering/RenderTableCell.h     const BorderValue& borderAdjoiningCellBefore(const RenderTableCell* cell)
borderAdjoiningCellBefore   76 Source/core/rendering/RenderTableCol.h     const BorderValue& borderAdjoiningCellBefore(const RenderTableCell*) const;