Home
last modified time | relevance | path

Searched defs:needsLayout (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.cpp141 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation()
DRenderSVGResourceContainer.cpp93 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local
DRenderSVGRoot.cpp108 bool needsLayout = selfNeedsLayout(); in layout() local
DSVGRenderSupport.cpp216 bool needsLayout = selfNeedsLayout; in layoutChildren() local
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp438 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject() local
DRenderObject.h419 …bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayo… in needsLayout() function
/external/webkit/Source/WebCore/page/
DFrameView.cpp1821 bool FrameView::needsLayout() const in needsLayout() function in WebCore::FrameView