Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3713 …LayoutUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRig… in computeBlockPreferredLogicalWidths() local
3714 w = childMaxPreferredLogicalWidth + maxLeft + maxRight; in computeBlockPreferredLogicalWidths()