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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2423 LayoutPoint floatLogicalLocation = computeLogicalLocationForFloat(floatingObject, logicalTop); local
2425 setLogicalLeftForFloat(floatingObject, floatLogicalLocation.x());
2427 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin);
2428 setLogicalTopForChild(childBox, floatLogicalLocation.y() + marginBeforeForChild(childBox));
2441 LayoutUnit newLogicalTop = adjustForUnsplittableChild(childBox, floatLogicalLocation.y(), true);
2452 if (newLogicalTop != floatLogicalLocation.y()) {
2453 floatingObject->setPaginationStrut(newLogicalTop - floatLogicalLocation.y());
2455 floatLogicalLocation = computeLogicalLocationForFloat(floatingObject, newLogicalTop);
2456 setLogicalLeftForFloat(floatingObject, floatLogicalLocation.x());
2458 setLogicalLeftForChild(childBox, floatLogicalLocation
[all...]

Completed in 32 milliseconds