Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.cpp137 static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout) in removeFromCacheAndInvalidateDependencies()
178 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation()
DRenderSVGResourceContainer.cpp110 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local
DRenderSVGRoot.cpp172 bool needsLayout = selfNeedsLayout(); in layout() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleDifference.h51 bool needsLayout() const { return m_layoutType != NoLayout; } in needsLayout() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp371 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject() local
DRenderObject.h571 bool needsLayout() const in needsLayout() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1829 bool FrameView::needsLayout() const in needsLayout() function in blink::FrameView