borderAdjoiningCellAfter  525 Source/core/rendering/RenderTableCell.cpp         CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL);
borderAdjoiningCellAfter  575 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), BCOLGROUP), result);
borderAdjoiningCellAfter  580 Source/core/rendering/RenderTableCell.cpp                 result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), BCOL), result);
borderAdjoiningCellAfter  204 Source/core/rendering/RenderTableCell.h     const BorderValue& borderAdjoiningCellAfter(const RenderTableCell* cell)
borderAdjoiningCellAfter   77 Source/core/rendering/RenderTableCol.h     const BorderValue& borderAdjoiningCellAfter(const RenderTableCell*) const;