HomeSort by relevance Sort by last modified time
    Searched refs:selfNeedsLayout (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGHiddenContainer.cpp 38 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
SVGRenderSupport.h 49 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGContainer.cpp 64 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
67 if (m_everHadLayout && selfNeedsLayout())
RenderSVGImage.cpp 66 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
82 if (m_everHadLayout && selfNeedsLayout())
RenderSVGResourceMarker.cpp 51 if (m_everHadLayout && selfNeedsLayout())
162 if (!selfNeedsLayout())
RenderSVGForeignObject.cpp 130 bool layoutChanged = m_everHadLayout && selfNeedsLayout();
RenderSVGResourceContainer.cpp 53 if (m_everHadLayout && selfNeedsLayout())
RenderSVGPath.cpp 108 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
131 if (m_everHadLayout && selfNeedsLayout()) {
SVGRenderSupport.cpp 210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
216 bool needsLayout = selfNeedsLayout;
219 // When selfNeedsLayout is false and the layout size changed, we have to check whether this child uses relative lengths
RenderSVGResourceMasker.cpp 203 if (selfNeedsLayout())
RenderSVGText.cpp 167 if (m_everHadLayout && selfNeedsLayout())
RenderSVGResourceClipper.cpp 330 if (selfNeedsLayout())
RenderSVGRoot.cpp 108 bool needsLayout = selfNeedsLayout();
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.cpp 93 if (!selfNeedsLayout())
RenderLineBoxList.cpp 317 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isBlockFlow())))
327 if (container->isInline() && !container->parent()->selfNeedsLayout())
RenderTableRow.cpp 160 if (selfNeedsLayout() && checkForRepaintDuringLayout()) {
RenderTableSection.cpp 311 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
498 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
728 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout())
    [all...]
RenderObject.h 420 bool selfNeedsLayout() const { return m_needsLayout; }
    [all...]
RenderTreeAsText.cpp 438 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
443 if (o.selfNeedsLayout()) {
RenderImage.cpp 191 if (!selfNeedsLayout())
RenderTable.cpp 278 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout())
841 ASSERT(selfNeedsLayout());
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderFlexibleBox.cpp     [all...]
RenderFrameSet.cpp 459 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout();
RenderBlock.cpp     [all...]

Completed in 240 milliseconds

1 2