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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGHiddenContainer.cpp 35 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
SVGRenderSupport.h 47 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGResourceMarker.cpp 50 if (everHadLayout() && selfNeedsLayout())
167 if (!selfNeedsLayout())
RenderSVGContainer.cpp 67 SVGRenderSupport::layoutChildren(this, selfNeedsLayout() || SVGRenderSupport::filtersForceContainerLayout(this));
RenderSVGImage.cpp 95 LayoutRepainter repainter(*this, SVGRenderSupport::checkForSVGRepaintDuringLayout(this) && selfNeedsLayout());
112 if (everHadLayout() && selfNeedsLayout())
RenderSVGForeignObject.cpp 152 bool layoutChanged = everHadLayout() && selfNeedsLayout();
RenderSVGResourceContainer.cpp 58 if (everHadLayout() && selfNeedsLayout())
RenderSVGViewportContainer.cpp 48 m_isLayoutSizeChanged = toSVGSVGElement(node())->hasRelativeLengths() && selfNeedsLayout();
RenderSVGShape.cpp 143 LayoutRepainter repainter(*this, SVGRenderSupport::checkForSVGRepaintDuringLayout(this) && selfNeedsLayout());
163 if (everHadLayout() && selfNeedsLayout())
SVGRenderSupport.cpp 209 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
216 bool needsLayout = selfNeedsLayout;
227 // When selfNeedsLayout is false and the layout size changed, we have to check whether this child uses relative lengths
RenderSVGResourceMasker.cpp 177 if (selfNeedsLayout())
SVGResourcesCache.cpp 113 if (object->selfNeedsLayout() || resources->filter())
RenderSVGResourceClipper.cpp 317 if (selfNeedsLayout())
RenderSVGRoot.cpp 220 bool needsLayout = selfNeedsLayout();
RenderSVGText.cpp 423 if (everHadLayout() && selfNeedsLayout())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderHTMLCanvas.cpp 94 if (!selfNeedsLayout())
RenderTableCol.cpp 55 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
RenderTableRow.cpp 77 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
184 if (selfNeedsLayout() && checkForRepaintDuringLayout()) {
RenderLineBoxList.cpp 277 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isBlockFlow())))
RenderFlowThread.cpp 113 ASSERT(selfNeedsLayout());
550 ASSERT(selfNeedsLayout());
    [all...]
RenderTreeAsText.cpp 404 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
409 if (o.selfNeedsLayout()) {
RenderFrameSet.cpp 443 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout();
RenderImage.cpp 236 if (!selfNeedsLayout())
RenderTable.cpp 374 if (!selfNeedsLayout() && caption->checkForRepaintDuringLayout())
    [all...]
RenderTableCell.cpp 218 if (!table()->selfNeedsLayout() && checkForRepaintDuringLayout())
398 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout()&& oldStyle && oldStyle->border() != style()->border())
    [all...]

Completed in 500 milliseconds

1 2