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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp2019 static ContainerNode* parentOrShadowHostOrFrameOwner(const Node* node) function in namespace:WebCore
2049 while (parentOrShadowHostOrFrameOwner(rootNode))
2050 rootNode = parentOrShadowHostOrFrameOwner(rootNode);

Completed in 63 milliseconds