Home
last modified time | relevance | path

Searched defs:currLogicalLeftOffset (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp346 LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : contentLogicalWidth(); in paintColumnRules() local
DRenderBlock.cpp1984 LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : contentLogicalWidth(); in paintColumnRules() local
3172 …LayoutUnit currLogicalLeftOffset = (m_isHorizontal ? m_colRect.x() : m_colRect.y()) - m_logicalLef… in adjust() local
DRenderLayer.cpp3149 LayoutUnit currLogicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - logicalLeft; in hitTestChildLayerColumns() local