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

  /external/webkit/WebCore/rendering/
RenderSVGHiddenContainer.cpp 41 layoutChildren(this, selfNeedsLayout());
RenderHTMLCanvas.cpp 88 if (!selfNeedsLayout())
RenderSVGViewportContainer.cpp 76 if (!selfNeedsLayout() && !svg->hasRelativeValues())
85 if (!selfNeedsLayout())
SVGRenderSupport.h 52 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGRoot.cpp 87 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
102 layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || height() != oldHeight)));
173 if (!selfNeedsLayout() && !svg->hasRelativeValues())
RenderSVGContainer.cpp 63 layoutChildren(this, selfNeedsLayout());
RenderTableRow.cpp 135 if (selfNeedsLayout() && checkForRepaintDuringLayout()) {
RenderLineBoxList.cpp 254 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isBlockFlow())))
261 if (container->isInline() && !container->parent()->selfNeedsLayout())
SVGRenderSupport.cpp 240 void SVGRenderBase::layoutChildren(RenderObject* start, bool selfNeedsLayout)
247 bool needsLayout = selfNeedsLayout;
RenderPath.cpp 187 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && selfNeedsLayout());
RenderTableSection.cpp 305 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
490 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) {
701 if ((te != oldTe || be > oldBe) && !table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout())
714 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout())
    [all...]
RenderTable.cpp 368 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout())
431 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout())
758 ASSERT(selfNeedsLayout());
    [all...]
RenderImage.cpp 299 if (!selfNeedsLayout())
RenderBlockLineLayout.cpp 544 bool fullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren;
625 if (fullLayout || o->selfNeedsLayout())
704 if (fullLayout && hasInlineChild && !selfNeedsLayout()) {
    [all...]
RenderFlexibleBox.cpp     [all...]
RenderFrameSet.cpp 458 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout();
RenderObject.h 389 bool selfNeedsLayout() const { return m_needsLayout; }
    [all...]
RenderBlock.cpp     [all...]
RenderObject.cpp     [all...]

Completed in 84 milliseconds