Searched refs:m_needsLayout (Results 1 – 1 of 1) sorted by relevance
94 void setNeedsLayout(bool value) { m_needsLayout = value; } in setNeedsLayout()95 bool needsLayout() { return m_needsLayout; } in needsLayout()113 , m_needsLayout(false) in ShapeInsideInfo()117 bool m_needsLayout; variable