Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp606 section()->setCachedCollapsedBorder(this, CBSEnd, result); in collapsedEndBorder()
870 … section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedCollapsedBorder(this, CBSEnd); in cachedCollapsedLeftBorder()
877 …lFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cach… in cachedCollapsedRightBorder()
885 … section()->cachedCollapsedBorder(this, CBSStart) : section()->cachedCollapsedBorder(this, CBSEnd); in cachedCollapsedTopBorder()
892 …lFlow->isLeftToRightDirection() ? section()->cachedCollapsedBorder(this, CBSEnd) : section()->cach… in cachedCollapsedBottomBorder()
DRenderTableSection.h37 CBSEnd enumerator
DRenderTableSection.cpp1776 for (int side = CBSBefore; side <= CBSEnd; ++side) in removeCachedCollapsedBorders()