Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp2035 static ContainerNode* parentOrShadowHostOrFrameOwner(const Node* node) in parentOrShadowHostOrFrameOwner() function
2065 while (parentOrShadowHostOrFrameOwner(rootNode)) in showTreeForThisAcrossFrame()
2066 rootNode = parentOrShadowHostOrFrameOwner(rootNode); in showTreeForThisAcrossFrame()