Home | History | Annotate | Download | only in rendering

Lines Matching defs:stackingNode

118     if (RenderLayerStackingNode* stackingNode = ancestorStackingContextNode())
119 stackingNode->dirtyZOrderLists();
145 child->stackingNode()->collectLayers(m_posZOrderList, m_negZOrderList);
166 m_posZOrderList->append(layer->stackingNode());
186 if (child->stackingNode()->isNormalFlowOnly() && (!layer()->reflectionInfo() || layer()->reflectionInfo()->reflectionLayer() != child)) {
189 m_normalFlowList->append(child->stackingNode());
217 child->stackingNode()->collectLayers(posBuffer, negBuffer);
276 reflectionLayer->stackingNode()->updateZOrderLists();
277 reflectionLayer->stackingNode()->updateNormalFlowList();
312 p->stackingNode()->dirtyNormalFlowList();
319 RenderLayerStackingNode* stackingNode = ancestor->stackingNode();
320 if (stackingNode->isStackingContext())
321 return stackingNode;