Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2601 LayoutUnit containingBlockLogicalWidth = cb->logicalWidth(); in renderBoxRegionInfo() local
2602 …InRegion = containingBlockInfo ? containingBlockInfo->logicalWidth() : containingBlockLogicalWidth; in renderBoxRegionInfo()
2611 LayoutUnit oldLogicalRight = containingBlockLogicalWidth - (logicalLeft() + logicalWidth()); in renderBoxRegionInfo()