Home
last modified time | relevance | path

Searched refs:selfNeedsLayout (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMarker.cpp56 if (everHadLayout() && selfNeedsLayout()) in layout()
177 if (!selfNeedsLayout()) in calcViewport()
DRenderSVGHiddenContainer.cpp37 SVGRenderSupport::layoutChildren(this, selfNeedsLayout()); in layout()
DRenderSVGImage.cpp97 …nter repainter(*this, SVGRenderSupport::checkForSVGRepaintDuringLayout(this) && selfNeedsLayout()); in layout()
114 if (everHadLayout() && selfNeedsLayout()) in layout()
DSVGRenderSupport.h47 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
DRenderSVGContainer.cpp69 …SVGRenderSupport::layoutChildren(this, selfNeedsLayout() || SVGRenderSupport::filtersForceContaine… in layout()
DRenderSVGViewportContainer.cpp48 m_isLayoutSizeChanged = toSVGSVGElement(element())->hasRelativeLengths() && selfNeedsLayout(); in determineIfLayoutSizeChanged()
DSVGRenderSupport.cpp209 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout) in layoutChildren() argument
216 bool needsLayout = selfNeedsLayout; in layoutChildren()
DRenderSVGShape.cpp144 …nter repainter(*this, SVGRenderSupport::checkForSVGRepaintDuringLayout(this) && selfNeedsLayout()); in layout()
163 if (everHadLayout() && selfNeedsLayout()) in layout()
DRenderSVGForeignObject.cpp153 bool layoutChanged = everHadLayout() && selfNeedsLayout(); in layout()
DRenderSVGResourceMasker.cpp173 if (selfNeedsLayout()) in resourceBoundingBox()
DSVGResourcesCache.cpp111 if (object->selfNeedsLayout() || resources->filter()) in clientLayoutChanged()
DRenderSVGResourceContainer.cpp202 if (selfNeedsLayout()) in invalidateCacheAndMarkForLayout()
DRenderSVGResourceClipper.cpp359 if (selfNeedsLayout()) in resourceBoundingBox()
DRenderSVGRoot.cpp203 bool needsLayout = selfNeedsLayout(); in layout()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutRepainter.cpp53 …t ? m_object.repaintAfterLayoutIfNeeded(m_repaintContainer, m_object.selfNeedsLayout(), m_oldBound… in repaintAfterLayout()
DLayoutRectRecorder.cpp59 m_object.setShouldDoFullRepaintAfterLayout(m_object.selfNeedsLayout()); in LayoutRectRecorder()
DRenderHTMLCanvas.cpp101 if (!selfNeedsLayout()) in canvasSizeChanged()
DRenderTableRow.cpp80 …if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle… in styleDidChange()
189 if (selfNeedsLayout() && checkForRepaintDuringLayout()) { in layout()
DRenderObject.h539 …return m_bitfields.selfNeedsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChi… in needsLayout()
543 bool selfNeedsLayout() const { return m_bitfields.selfNeedsLayout(); } in selfNeedsLayout() function
547 …return m_bitfields.needsPositionedMovementLayout() && !m_bitfields.selfNeedsLayout() && !m_bitfiel… in needsPositionedMovementLayoutOnly()
1149 ADD_BOOLEAN_BITFIELD(selfNeedsLayout, SelfNeedsLayout);
1268 bool alreadyNeededLayout = m_bitfields.selfNeedsLayout(); in setNeedsLayout()
DRenderTableCol.cpp54 …if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle… in styleDidChange()
DRenderBlockFlow.cpp519 … if (RuntimeEnabledFeatures::repaintAfterLayoutEnabled() && childHadLayout && !selfNeedsLayout()) in layoutBlockChild()
521 else if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout()) in layoutBlockChild()
726 if (oldFloatingObject->originatingLine() && !selfNeedsLayout()) { in rebuildFloatsFromIntruding()
1264 if (child->selfNeedsLayout()) { in estimateLogicalTopPosition()
1299 if (!child->selfNeedsLayout() && child->isRenderBlock()) in estimateLogicalTopPosition()
1407 ASSERT(!child->selfNeedsLayout()); in mustDiscardMarginBeforeForChild()
1420 ASSERT(!child->selfNeedsLayout()); in mustDiscardMarginAfterForChild()
1454 ASSERT(!child->selfNeedsLayout()); in mustSeparateMarginBeforeForChild()
1467 ASSERT(!child->selfNeedsLayout()); in mustSeparateMarginAfterForChild()
2111 if (!selfNeedsLayout()) { in removeFloatingObject()
DRenderLayerRepainter.cpp84 …m_renderer->repaintAfterLayoutIfNeeded(repaintContainer, m_renderer->selfNeedsLayout(), oldRepaint… in repaintAfterLayout()
DRenderImage.cpp253 if (!selfNeedsLayout()) in imageDimensionsChanged()
258 if (everHadLayout() && !selfNeedsLayout()) { in imageDimensionsChanged()
DRenderLineBoxList.cpp278 …if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !conta… in dirtyLinesFromChangedChild()
DRenderTreeAsText.cpp370 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject()
375 if (o.selfNeedsLayout()) { in writeRenderObject()

12