Searched defs:lowestFloatLogicalBottom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType) function in class:blink::FloatingObjects
H A DRenderBlockFlow.cpp444 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
485 if (block->lowestFloatLogicalBottom() + block->logicalTop() <= newHeight)
584 LayoutUnit fb = std::max(previousFloatLogicalBottom, lowestFloatLogicalBottom());
593 previousFloatLogicalBottom = std::max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->lowestFloatLogicalBottom());
948 bool parentHasIntrudingFloats = !parentHasFloats && (!prev || toRenderBlockFlow(prev)->isSelfCollapsingBlock()) && parentBlockFlow->lowestFloatLogicalBottom() > logicalTopOffset;
956 if (blockFlow->lowestFloatLogicalBottom() > logicalTopOffset)
1317 if (!previousBlockFlow->avoidsFloats() && (previousBlockFlow->logicalTop() + previousBlockFlow->lowestFloatLogicalBottom()) > logicalTop)
1325 if (logicalTopIntrudesIntoFloat && containsFloats() && !child->avoidsFloats() && lowestFloatLogicalBottom() > logicalTop)
1876 logicalBottom = lowestFloatLogicalBottom(FloatingObjec
2587 LayoutUnit RenderBlockFlow::lowestFloatLogicalBottom(FloatingObject::Type floatType) const function in class:blink::RenderBlockFlow
[all...]

Completed in 90 milliseconds