Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp528 inline Element* firstMatchingChildElement(const HTMLCollection* nodeList, ContainerNode& root) in firstMatchingChildElement() function
551 return firstMatchingChildElement(static_cast<const HTMLCollection*>(this), root); in traverseFirstElement()