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.cpp861 …->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedC… in cachedCollapsedLeftBorder()
862 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedC… in cachedCollapsedLeftBorder()
868 …w->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCo… in cachedCollapsedRightBorder()
869 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cached… in cachedCollapsedRightBorder()
875 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSAfter) : section()->cachedC… in cachedCollapsedTopBorder()
876 …->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedC… in cachedCollapsedTopBorder()
882 …FlippedBlocksWritingMode() ? section()->cachedCollapsedBorder(this, CBSBefore) : section()->cached… in cachedCollapsedBottomBorder()
883 …w->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cachedCo… in cachedCollapsedBottomBorder()
DRenderTableSection.h216 CollapsedBorderValue& cachedCollapsedBorder(const RenderTableCell*, CollapsedBorderSide);
DRenderTableSection.cpp1587 CollapsedBorderValue& RenderTableSection::cachedCollapsedBorder(const RenderTableCell* cell, Collap… in cachedCollapsedBorder() function in blink::RenderTableSection