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 96 bool needsLayout() { return m_needsLayout; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 99 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
113 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
SVGRenderSupport.cpp 175 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout;
223 needsLayout = true;
238 needsLayout = true;
243 if (needsLayout)
246 if (child->needsLayout()) {
257 ASSERT(!child->needsLayout());
RenderSVGRoot.cpp 213 ASSERT(needsLayout());
220 bool needsLayout = selfNeedsLayout();
221 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
230 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
231 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 404 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
405 if (needsLayout)
434 if (needsLayout)
RenderObject.h 549 bool needsLayout() const
551 return m_bitfields.needsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout()
555 bool selfNeedsLayout() const { return m_bitfields.needsLayout(); }
559 return m_bitfields.needsPositionedMovementLayout() && !m_bitfields.needsLayout() && !m_bitfields.normalChildNeedsLayout()
673 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
RenderBlock.cpp 399 m_hasBorderOrPaddingLogicalWidthChanged = oldStyle && diff == StyleDifferenceLayout && needsLayout() && borderOrPaddingLogicalWidthChanged(oldStyle, newStyle);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 690 if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->needsLayout())
699 if (!needsLayout())
823 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 255 milliseconds