Searched defs:ancestorStackingContextNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerStackingNode.cpp118 if (RenderLayerStackingNode* stackingNode = ancestorStackingContextNode())
314 RenderLayerStackingNode* RenderLayerStackingNode::ancestorStackingContextNode() const function in class:blink::RenderLayerStackingNode
H A DRenderLayer.cpp511 RenderLayerStackingNode* ancestorStackingContextNode = m_stackingNode->ancestorStackingContextNode(); local
517 if (curr->stackingNode() == ancestorStackingContextNode)
722 RenderLayerStackingNode* stackingNode = m_stackingNode->ancestorStackingContextNode();
732 stackingNode = stackingNode->ancestorStackingContextNode();
932 if (RenderLayerStackingNode* ancestorStackingNode = stackingNode()->ancestorStackingContextNode())
1235 // Dirty the z-order list in which we are contained. The ancestorStackingContextNode() can be null in the
2278 RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNode() : m_stackingNode->ancestorStackingContextNode();
2848 RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNode() : m_stackingNode->ancestorStackingContextNode();

Completed in 335 milliseconds