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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp1290 if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats())
1291 setLogicalHeight(lowestFloatLogicalBottom() + toAdd);
1307 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight)
2007 int fb = max(previousFloatLogicalBottom, lowestFloatLogicalBottom());
2016 previousFloatLogicalBottom = max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlock->lowestFloatLogicalBottom());
3319 logicalTop = max(lowestFloatLogicalBottom(FloatingObject::FloatLeft), logicalTop);
3321 logicalTop = max(lowestFloatLogicalBottom(FloatingObject::FloatRight), logicalTop);
3399 newY = lowestFloatLogicalBottom(FloatingObject::FloatLeft);
3402 newY = lowestFloatLogicalBottom(FloatingObject::FloatRight);
3405 newY = lowestFloatLogicalBottom();
3575 int RenderBlock::lowestFloatLogicalBottom(FloatingObject::Type floatType) const function in class:WebCore::RenderBlock
3728 int lowestFloatLogicalBottom = 0; local
[all...]

Completed in 55 milliseconds