Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1660 … LayoutUnit totalAvailableLogicalWidth = borderAndPaddingLogicalWidth() + availableLogicalWidth(); in determineLogicalLeftPositionForChild() local
1671 …Child(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPos… in determineLogicalLeftPositionForChild()