Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp60 , m_descendantsAreContiguousInStackingOrderDirty(true) in RenderLayerStackingNode()
109 m_descendantsAreContiguousInStackingOrderDirty = true; in dirtyNormalFlowListCanBePromotedToStackingContainer()
152 m_descendantsAreContiguousInStackingOrderDirty = true; in dirtyZOrderLists()
461 …if (isStackingContext() || !m_descendantsAreContiguousInStackingOrderDirty || !currentLayer->accel… in updateDescendantsAreContiguousInStackingOrder()
481 m_descendantsAreContiguousInStackingOrderDirty = false; in updateDescendantsAreContiguousInStackingOrder()
614 ASSERT(!m_descendantsAreContiguousInStackingOrderDirty); in descendantsAreContiguousInStackingOrder()
DRenderLayerStackingNode.h80 …ndantsAreContiguousInStackingOrderDirty(bool flag) { m_descendantsAreContiguousInStackingOrderDirt… in setDescendantsAreContiguousInStackingOrderDirty()
212 unsigned m_descendantsAreContiguousInStackingOrderDirty : 1; variable