Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/paint/
DMultiColumnSetPainter.cpp56 …LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderMultiColumnSet.contentLogi… in paintColumnRules() local
68 currLogicalLeftOffset += inlineDirectionSize + colGap; in paintColumnRules()
71 currLogicalLeftOffset -= (inlineDirectionSize + colGap); in paintColumnRules()
84 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()
DBlockPainter.cpp279 …LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderBlock.contentLogicalWidth(… in paintColumnRules() local
291 currLogicalLeftOffset += inlineDirectionSize + colGap; in paintColumnRules()
294 currLogicalLeftOffset -= (inlineDirectionSize + colGap); in paintColumnRules()
307 ruleLogicalLeft = currLogicalLeftOffset; in paintColumnRules()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2894 LayoutUnit currLogicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - logicalLeft; in hitTestChildLayerColumns() local
2904 offset = LayoutSize(currLogicalLeftOffset, currLogicalTopOffset); in hitTestChildLayerColumns()
2909 offset = LayoutSize(currLogicalTopOffset, currLogicalLeftOffset); in hitTestChildLayerColumns()
DRenderBlock.cpp2491 …LayoutUnit currLogicalLeftOffset = (m_isHorizontal ? m_colRect.x() : m_colRect.y()) - m_logicalLef… in adjust() local
2492 …Horizontal ? LayoutSize(currLogicalLeftOffset, m_currLogicalTopOffset) : LayoutSize(m_currLogicalT… in adjust()