Home
last modified time | relevance | path

Searched refs:ancestorNode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2521 …RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNod… in paintPaginatedChildLayer() local
2525 if (curr->stackingNode() == ancestorNode) in paintPaginatedChildLayer()
3103 …RenderLayerStackingNode* ancestorNode = m_stackingNode->isNormalFlowOnly() ? parent()->stackingNod… in hitTestPaginatedChildLayer() local
3107 if (curr->stackingNode() == ancestorNode) in hitTestPaginatedChildLayer()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp5051 RefPtr<Node> ancestorNode(ancestor ? ancestor->node() : 0); in updateHoverActiveState() local
5118 if (ancestorNode && nodesToAddToChain[i] == ancestorNode) in updateHoverActiveState()