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

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 35 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInsideInfo.h 95 bool needsLayout() { return m_needsLayout; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 61 ASSERT(needsLayout());
112 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
126 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
SVGRenderSupport.cpp 175 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout;
223 needsLayout = true;
238 needsLayout = true;
248 if (needsLayout && !child->isSVGResourceContainer())
253 if (child->needsLayout()) {
RenderSVGRoot.cpp 196 ASSERT(needsLayout());
203 bool needsLayout = selfNeedsLayout();
204 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
215 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
216 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 370 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
371 if (needsLayout)
400 if (needsLayout)
    [all...]
RenderObject.h 236 if (needsLayout())
238 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout());
537 bool needsLayout() const
674 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
RenderBlock.cpp 322 m_hasBorderOrPaddingLogicalWidthChanged = oldStyle && diff == StyleDifferenceLayout && needsLayout() && borderOrPaddingLogicalWidthChanged(oldStyle, newStyle);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 709 if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->needsLayout())
718 if (!needsLayout())
833 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 1578 milliseconds