HomeSort by relevance Sort by last modified time
    Searched refs:containsFloats (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 191 FloatingObject* lastFloatFromPreviousLine = (m_block.containsFloats() ? m_block.m_floatingObjects->set().last().get() : 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 106 bool containsFloats() const { return m_floatingObjects && !m_floatingObjects->set().isEmpty(); }
254 bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }
RenderBlockFlow.cpp 517 if (child->avoidsFloats() && containsFloats() && !flowThreadContainingBlock())
573 if (logicalTopEstimate != oldLogicalTop && childRenderBlockFlow && !childRenderBlockFlow->avoidsFloats() && childRenderBlockFlow->containsFloats()) {
637 if (childRenderBlockFlow && !childRenderBlockFlow->avoidsFloats() && childRenderBlockFlow->containsFloats())
713 if (!childBlockFlow->avoidsFloats() && childBlockFlow->containsFloats())
    [all...]
RootInlineBox.cpp 404 if (prevBottom < selectionTop && block().containsFloats()) {
455 if (nextTop > selectionBottom && block().containsFloats()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderTable.cpp 277 if (shrinkToAvoidFloats() && cb->isRenderBlockFlow() && toRenderBlockFlow(cb)->containsFloats() && !hasPerpendicularContainingBlock)
    [all...]
RenderBox.cpp     [all...]

Completed in 206 milliseconds