tableStartBorderAdjoiningCell  263 Source/core/rendering/RenderTable.h     const BorderValue& tableStartBorderAdjoiningCell(const RenderTableCell*) const;
tableStartBorderAdjoiningCell  596 Source/core/rendering/RenderTableCell.cpp         result = chooseBorder(result, CollapsedBorderValue(table->tableStartBorderAdjoiningCell(this), includeColor ? table->resolveColor(startColorProperty) : Color(), BTABLE));