Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4405 LayoutUnit floatTotalWidth = floatLeftWidth + floatRightWidth; in computeBlockPreferredLogicalWidths() local
4407 maxLogicalWidth = max(floatTotalWidth, maxLogicalWidth); in computeBlockPreferredLogicalWidths()
4411 maxLogicalWidth = max(floatTotalWidth, maxLogicalWidth); in computeBlockPreferredLogicalWidths()