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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5109 int maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight; local
5110 w = child->maxPreferredLogicalWidth() + maxLeft + maxRight;

Completed in 78 milliseconds