Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2606 LayoutUnit logicalWidthInRegion = computedValues.m_extent; in renderBoxRegionInfo() local
2608 LayoutUnit widthDelta = logicalWidthInRegion - logicalWidth(); in renderBoxRegionInfo()
2610 …RightInRegion = containingBlockLogicalWidthInRegion - (logicalLeftInRegion + logicalWidthInRegion); in renderBoxRegionInfo()
2629 LayoutUnit logicalRightOffset = logicalWidth() - (logicalLeftOffset + logicalWidthInRegion); in renderBoxRegionInfo()
2636 … return region->setRenderBoxRegionInfo(this, logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()
2637 return new RenderBoxRegionInfo(logicalLeftOffset, logicalWidthInRegion, isShifted); in renderBoxRegionInfo()