Searched refs:ancestorNode (Results 1 – 2 of 2) sorted by relevance
2521 …RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNod… in paintPaginatedChildLayer() local2525 if (curr->stackingNode() == ancestorNode) in paintPaginatedChildLayer()3103 …RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNod… in hitTestPaginatedChildLayer() local3107 if (curr->stackingNode() == ancestorNode) in hitTestPaginatedChildLayer()
5051 RefPtr<Node> ancestorNode(ancestor ? ancestor->node() : 0); in updateHoverActiveState() local5118 if (ancestorNode && nodesToAddToChain[i] == ancestorNode) in updateHoverActiveState()