Home | History | Annotate | Download | only in rendering

Lines Matching defs:stackingNode

655         if (curr->stackingNode() == ancestorStackingContextNode)
824 if (!child->stackingNode()->isStackingContext())
878 RenderLayerStackingNode* stackingNode = m_stackingNode->ancestorStackingContextNode();
879 if (!stackingNode)
882 stackingNode->layer()->m_3DTransformedDescendantStatusDirty = true;
886 while (stackingNode && stackingNode->layer()->preserves3D()) {
887 stackingNode->layer()->m_3DTransformedDescendantStatusDirty = true;
888 stackingNode = stackingNode->ancestorStackingContextNode();
1077 if (stackingNode()->isNormalFlowOnly())
1079 if (RenderLayerStackingNode* ancestorStackingNode = stackingNode()->ancestorStackingContextNode())
1386 if (child->stackingNode()->isNormalFlowOnly())
1389 if (!child->stackingNode()->isNormalFlowOnly() || child->firstChild()) {
1393 child->stackingNode()->dirtyStackingContextZOrderLists();
1419 if (oldChild->stackingNode()->isNormalFlowOnly())
1421 if (!oldChild->stackingNode()->isNormalFlowOnly() || oldChild->firstChild()) {
1426 oldChild->stackingNode()->dirtyStackingContextZOrderLists();
1640 if (stackingNode()->isNormalFlowOnly())
1657 if (!scrollParent || scrollParent->stackingNode()->isStackingContext())
1663 if (ancestor->stackingNode()->isStackingContext()) {
2502 RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNode() : m_stackingNode->ancestorStackingContextNode();
2506 if (curr->stackingNode() == ancestorNode)
3076 RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNode() : m_stackingNode->ancestorStackingContextNode();
3080 if (curr->stackingNode() == ancestorNode)
3342 const_cast<RenderLayer*>(this)->stackingNode()->updateLayerListsIfNeeded();
3345 LayerListMutationDetector mutationChecker(const_cast<RenderLayer*>(this)->stackingNode());
3362 RenderLayerStackingNodeIterator iterator(*ancestorLayer->stackingNode(), AllChildren);
3407 const_cast<RenderLayer*>(this)->stackingNode()->updateLayerListsIfNeeded();
3415 LayerListMutationDetector mutationChecker(const_cast<RenderLayer*>(this)->stackingNode());