Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

27 #include "core/rendering/LayoutState.h"
144 // Returns true if layoutState should be used for its cached offset and clip.
146 LayoutState* layoutState() const { return m_layoutState; }
212 bool initializeLayoutState(LayoutState&);
222 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
228 m_layoutState = new LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
236 LayoutState* state = m_layoutState;
241 // Suspends the LayoutState optimization. Used under transforms that cannot be represented by
242 // LayoutState (common in SVG) and when manipulating the render tree during layout in ways
244 // Note that even when disabled, LayoutState is still used to store layoutDelta.
249 void layoutContent(const LayoutState&);
250 void layoutContentInAutoLogicalHeightRegions(const LayoutState&);
252 void checkLayoutState(const LayoutState&);
279 LayoutState* m_layoutState;
311 // Stack-based class to assist with LayoutState push/pop
369 bool m_disabled : 1; // true if the offset and clip part of layoutState is disabled
404 LayoutState* m_layoutState;