cachedCollapsedBorder  872 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedCollapsedBorder(this, CBSEnd);
cachedCollapsedBorder  873 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isFlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedCollapsedBorder(this, CBSBefore);
cachedCollapsedBorder  879 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCollapsedBorder(this, CBSStart);
cachedCollapsedBorder  880 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isFlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cachedCollapsedBorder(this, CBSAfter);
cachedCollapsedBorder  886 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isFlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedCollapsedBorder(this, CBSBefore);
cachedCollapsedBorder  887 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedCollapsedBorder(this, CBSEnd);
cachedCollapsedBorder  893 Source/core/rendering/RenderTableCell.cpp         return styleForCellFlow->isFlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cachedCollapsedBorder(this, CBSAfter);
cachedCollapsedBorder  894 Source/core/rendering/RenderTableCell.cpp     return styleForCellFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCollapsedBorder(this, CBSStart);
cachedCollapsedBorder  206 Source/core/rendering/RenderTableSection.h     CollapsedBorderValue& cachedCollapsedBorder(const RenderTableCell*, CollapsedBorderSide);