Searched defs:needsLayout (Results 1 – 7 of 7) sorted by relevance
137 static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout) in removeFromCacheAndInvalidateDependencies()178 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation()
110 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local
172 bool needsLayout = selfNeedsLayout(); in layout() local
51 bool needsLayout() const { return m_layoutType != NoLayout; } in needsLayout() function
371 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject() local
571 bool needsLayout() const in needsLayout() function
1829 bool FrameView::needsLayout() const in needsLayout() function in blink::FrameView