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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2195 LayoutPoint floatLogicalLocation = computeLogicalLocationForFloat(floatingObject, logicalTop); local
2197 setLogicalLeftForFloat(floatingObject, floatLogicalLocation.x());
2199 setLogicalLeftForChild(childBox, floatLogicalLocation.x() + childLogicalLeftMargin);
2200 setLogicalTopForChild(childBox, floatLogicalLocation.y() + marginBeforeForChild(childBox));
2213 LayoutUnit newLogicalTop = adjustForUnsplittableChild(childBox, floatLogicalLocation.y(), true);
2224 if (newLogicalTop != floatLogicalLocation.y()) {
2225 floatingObject->setPaginationStrut(newLogicalTop - floatLogicalLocation.y());
2227 floatLogicalLocation = computeLogicalLocationForFloat(floatingObject, newLogicalTop);
2228 setLogicalLeftForFloat(floatingObject, floatLogicalLocation.x());
2230 setLogicalLeftForChild(childBox, floatLogicalLocation
[all...]

Completed in 57 milliseconds