Searched refs:m_layerListMutationAllowed (Results 1 – 2 of 2) sorted by relevance
61 , m_layerListMutationAllowed(true) in RenderLayerStackingNode()99 ASSERT(m_layerListMutationAllowed); in dirtyZOrderLists()124 ASSERT(m_layerListMutationAllowed); in dirtyNormalFlowList()140 ASSERT(m_layerListMutationAllowed); in rebuildZOrderLists()183 ASSERT(m_layerListMutationAllowed); in updateNormalFlowList()
99 bool layerListMutationAllowed() const { return m_layerListMutationAllowed; } in layerListMutationAllowed()100 void setLayerListMutationAllowed(bool flag) { m_layerListMutationAllowed = flag; } in setLayerListMutationAllowed()166 unsigned m_layerListMutationAllowed : 1; variable