Home
last modified time | relevance | path

Searched refs:m_layerListMutationAllowed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp61 , 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()
DRenderLayerStackingNode.h99 bool layerListMutationAllowed() const { return m_layerListMutationAllowed; } in layerListMutationAllowed()
100 void setLayerListMutationAllowed(bool flag) { m_layerListMutationAllowed = flag; } in setLayerListMutationAllowed()
166 unsigned m_layerListMutationAllowed : 1; variable