Searched refs:floatRightWidth (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3248 LayoutUnit floatLeftWidth = 0, floatRightWidth = 0; local
3258 LayoutUnit floatTotalWidth = floatLeftWidth + floatRightWidth;
3265 floatRightWidth = 0;
3312 LayoutUnit maxRight = marginLogicalRight > 0 ? std::max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
3314 w = std::max(w, floatLeftWidth + floatRightWidth);
3316 maxLogicalWidth = std::max(floatLeftWidth + floatRightWidth, maxLogicalWidth);
3318 floatLeftWidth = floatRightWidth = 0;
3325 floatRightWidth += w;
3337 maxLogicalWidth = std::max(floatLeftWidth + floatRightWidth, maxLogicalWidt
[all...]

Completed in 277 milliseconds