Home
last modified time | relevance | path

Searched refs:cachedCollapsedBorder (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp870 …->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedC… in cachedCollapsedLeftBorder()
871 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedC… in cachedCollapsedLeftBorder()
877 …w->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCo… in cachedCollapsedRightBorder()
878 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cached… in cachedCollapsedRightBorder()
884 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedC… in cachedCollapsedTopBorder()
885 …->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedC… in cachedCollapsedTopBorder()
891 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cached… in cachedCollapsedBottomBorder()
892 …w->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCo… in cachedCollapsedBottomBorder()
DRenderTableSection.h206 CollapsedBorderValue& cachedCollapsedBorder(const RenderTableCell*, CollapsedBorderSide);
DRenderTableSection.cpp1786 CollapsedBorderValue& RenderTableSection::cachedCollapsedBorder(const RenderTableCell* cell, Collap… in cachedCollapsedBorder() function in WebCore::RenderTableSection