OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowestFloatLogicalBottom
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp
181
LayoutUnit FloatingObjects::
lowestFloatLogicalBottom
(FloatingObject::Type floatType)
RenderBlockFlow.cpp
316
if (
lowestFloatLogicalBottom
() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats())
317
setLogicalHeight(
lowestFloatLogicalBottom
() + toAdd);
341
if (block->
lowestFloatLogicalBottom
() + block->logicalTop() > newHeight)
425
LayoutUnit fb = max(previousFloatLogicalBottom,
lowestFloatLogicalBottom
());
434
previousFloatLogicalBottom = max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->
lowestFloatLogicalBottom
());
681
if (parentHasFloats || (prev && toRenderBlockFlow(prev)->isSelfCollapsingBlock() && parentBlockFlow->
lowestFloatLogicalBottom
() > logicalTopOffset))
694
if (blockFlow->m_floatingObjects && blockFlow->
lowestFloatLogicalBottom
() > logicalTopOffset)
[
all
...]
Completed in 385 milliseconds