HomeSort by relevance Sort by last modified time
    Searched defs:needsLayout (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 58 ASSERT(needsLayout());
110 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
RenderSVGRoot.cpp 170 ASSERT(needsLayout());
172 bool needsLayout = selfNeedsLayout();
183 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
184 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDifference.h 51 bool needsLayout() const { return m_layoutType != NoLayout; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 371 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
372 if (needsLayout)
401 if (needsLayout)
RenderObject.h 237 if (needsLayout())
240 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout());
569 bool needsLayoutBecauseOfChildren() const { return needsLayout() && !selfNeedsLayout() && !needsPositionedMovementLayout() && !needsSimplifiedNormalFlowLayout(); }
571 bool needsLayout() const
718 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 581 if (needsLayout())
669 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
764 if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout)) {
770 if (needsLayout())
    [all...]

Completed in 525 milliseconds