Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4458 …LayoutUnit maxLeft = marginLogicalLeft > 0 ? max(floatLeftWidth, marginLogicalLeft) : floatLeftWid… in computeBlockPreferredLogicalWidths() local
4460 w = childMaxPreferredLogicalWidth + maxLeft + maxRight; in computeBlockPreferredLogicalWidths()