Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp305 inline Element* firstMatchingElement(const NodeListType* nodeList, ContainerNode& root) in firstMatchingElement() function
353 return firstMatchingElement(static_cast<const HTMLTagNodeList*>(this), root); in traverseLiveNodeListFirstElement()
355 return firstMatchingElement(static_cast<const ClassNodeList*>(this), root); in traverseLiveNodeListFirstElement()
356 return firstMatchingElement(static_cast<const LiveNodeList*>(this), root); in traverseLiveNodeListFirstElement()
552 return firstMatchingElement(static_cast<const HTMLCollection*>(this), root); in traverseFirstElement()