Searched defs:firstAncestor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementTraversal.h48 static ElementType* firstAncestor(const Node& current);
166 inline ElementType* Traversal<ElementType>::firstAncestor(const Node& current) function in class:blink::Traversal
180 return firstAncestor(current);

Completed in 85 milliseconds