Searched refs:m_descendantsAreContiguousInStackingOrderDirty (Results 1 – 2 of 2) sorted by relevance
60 , 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()
80 …ndantsAreContiguousInStackingOrderDirty(bool flag) { m_descendantsAreContiguousInStackingOrderDirt… in setDescendantsAreContiguousInStackingOrderDirty()212 unsigned m_descendantsAreContiguousInStackingOrderDirty : 1; variable