Searched refs:selfNeedsLayout (Results 1 – 25 of 30) sorted by relevance
12
64 SVGRenderSupport::layoutChildren(this, selfNeedsLayout()); in layout()67 if (m_everHadLayout && selfNeedsLayout()) in layout()
51 if (m_everHadLayout && selfNeedsLayout()) in layout()162 if (!selfNeedsLayout()) in calcViewport()
66 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout()); in layout()82 if (m_everHadLayout && selfNeedsLayout()) in layout()
38 SVGRenderSupport::layoutChildren(this, selfNeedsLayout()); in layout()
49 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
108 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout()); in layout()131 if (m_everHadLayout && selfNeedsLayout()) { in layout()
210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout) in layoutChildren() argument216 bool needsLayout = selfNeedsLayout; in layoutChildren()
130 bool layoutChanged = m_everHadLayout && selfNeedsLayout(); in layout()
53 if (m_everHadLayout && selfNeedsLayout()) in layout()
167 if (m_everHadLayout && selfNeedsLayout()) in layout()
203 if (selfNeedsLayout()) in resourceBoundingBox()
108 bool needsLayout = selfNeedsLayout(); in layout()
330 if (selfNeedsLayout()) in resourceBoundingBox()
93 if (!selfNeedsLayout()) in canvasSizeChanged()
317 …if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !conta… in dirtyLinesFromChangedChild()327 if (container->isInline() && !container->parent()->selfNeedsLayout()) in dirtyLinesFromChangedChild()
160 if (selfNeedsLayout() && checkForRepaintDuringLayout()) { in layout()
438 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject()443 if (o.selfNeedsLayout()) { in writeRenderObject()
311 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellLogicalWidths()498 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellLogicalWidths()728 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) in setCellLogicalWidths()
420 bool selfNeedsLayout() const { return m_needsLayout; } in selfNeedsLayout() function1009 …bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !norm… in markContainingBlocksForLayout()
278 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout()) in adjustLogicalHeightForCaption()841 ASSERT(selfNeedsLayout()); in recalcSections()
191 if (!selfNeedsLayout()) in imageDimensionsChanged()
742 bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren; in layoutInlineChildren()838 if (fullLayout || o->selfNeedsLayout()) in layoutInlineChildren()920 if (fullLayout && hasInlineChild && !selfNeedsLayout()) { in layoutInlineChildren()
459 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout(); in layout()
958 if (!selfNeedsLayout() && child->checkForRepaintDuringLayout()) in placeChild()
1780 …int childMarginBefore = child->selfNeedsLayout() ? marginBeforeForChild(child) : collapsedMarginBe… in estimateLogicalTopPosition()1800 if (!child->selfNeedsLayout() && child->isRenderBlock()) in estimateLogicalTopPosition()2121 if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout()) in layoutBlockChild()2174 …dsLayout() && !needsSimplifiedNormalFlowLayout()) || normalChildNeedsLayout() || selfNeedsLayout()) in simplifiedLayout()