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

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 35 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 202 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout;
226 needsLayout = true;
231 if (needsLayout) {
235 if (child->needsLayout())
241 ASSERT(!child->needsLayout());
RenderSVGRoot.cpp 103 ASSERT(needsLayout());
108 bool needsLayout = selfNeedsLayout();
109 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
119 SVGRenderSupport::layoutChildren(this, needsLayout);
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 438 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout();
439 if (needsLayout)
468 if (needsLayout)
RenderObject.h 419 bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsSimplifiedNormalFlowLayout || m_needsPositionedMovementLayout; }
524 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 632 if (needsLayout())
719 if (!needsLayout())
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 321 milliseconds