HomeSort by relevance Sort by last modified time
    Searched defs:lowestFloatLogicalBottom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
RenderBlockFlow.cpp 444 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());
    [all...]

Completed in 31 milliseconds