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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3312 int floatLogicalWidth = logicalWidthForFloat(floatingObject); // The width we look for. local
3313 if (rightOffset - leftOffset < floatLogicalWidth)
3314 floatLogicalWidth = rightOffset - leftOffset; // Never look for more than what will be available.
3328 while (logicalRightOffsetForLine(logicalTop, rightOffset, false, &heightRemainingRight) - floatLogicalLeft < floatLogicalWidth) {
3337 while (floatLogicalLeft - logicalLeftOffsetForLine(logicalTop, leftOffset, false, &heightRemainingLeft) < floatLogicalWidth) {
3342 // |floatLogicalWidth| was capped to the available line width.

Completed in 68 milliseconds