Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp967 static Node* nextNodeWithShadowDOMInMind(const Node& current, const Node* stayWithin, bool includeU… in nextNodeWithShadowDOMInMind() function
1043 …for (node = nextNodeWithShadowDOMInMind(*node, documentElement, includeUserAgentShadowDOM); node; … in performSearch()