borderAdjoiningStartCell  535 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), BROW));
borderAdjoiningStartCell  540 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), BROWGROUP));
borderAdjoiningStartCell   88 Source/core/rendering/RenderTableRow.h     const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;
borderAdjoiningStartCell  158 Source/core/rendering/RenderTableSection.h     const BorderValue& borderAdjoiningStartCell(const RenderTableCell*) const;