Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2015 … bool topToBottom = !style()->isFlippedBlocksWritingMode() ^ colInfo->progressionIsReversed(); in paintColumnRules() local
2026 if (!topToBottom) { in paintColumnRules()
2036 ? topToBottom ? BSTop : BSBottom in paintColumnRules()
2037 : topToBottom ? BSLeft : BSRight; in paintColumnRules()
2039 …LayoutSize step(0, topToBottom ? colInfo->columnHeight() + colGap : -(colInfo->columnHeight() + co… in paintColumnRules()