Searched defs:needsLayout (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResource.cpp141 void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) argument
144 if (needsLayout)
H A DRenderSVGRoot.cpp103 ASSERT(needsLayout());
108 bool needsLayout = selfNeedsLayout(); local
109 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
119 SVGRenderSupport::layoutChildren(this, needsLayout);
H A DSVGRenderSupport.cpp202 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout; local
226 needsLayout = true;
231 if (needsLayout) {
235 if (child->needsLayout())
241 ASSERT(!child->needsLayout());
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp438 bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayout() || o.normalChildNeedsLayout(); local
439 if (needsLayout)
468 if (needsLayout)
H A DRenderObject.h419 bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsSimplifiedNormalFlowLayout || m_needsPositionedMovementLayout; } function in class:WebCore::RenderObject
524 void layoutIfNeeded() { if (needsLayout()) layout(); }
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp632 if (needsLayout())
719 if (!needsLayout())
1007 ASSERT(!root->needsLayout());
1023 if (!m_hasPendingPostLayoutTasks && (needsLayout() || m_inSynchronousPostLayout || inSubframeLayoutWithFrameFlattening)) {
1030 if (needsLayout()) {
1478 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout())
1596 if (needsLayout())
1736 if (!needsLayout())
1782 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout()) {
1793 ASSERT(!m_layoutRoot->container() || !m_layoutRoot->container()->needsLayout());
1821 bool FrameView::needsLayout() const function in class:WebCore::FrameView
[all...]

Completed in 94 milliseconds