Searched refs:firstMatchingElement (Results 1 – 1 of 1) sorted by relevance
305 inline Element* firstMatchingElement(const NodeListType* nodeList, ContainerNode& root) in firstMatchingElement() function353 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()