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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2684 LayoutUnit floatLeft = xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->x(); local
2685 LayoutUnit floatRight = floatLeft + floatingObject->renderer()->width();
2686 left = std::min(left, floatLeft);

Completed in 88 milliseconds