Searched refs:collectElementsByTagName (Results 1 – 2 of 2) sorted by relevance
63 …void collectElementsByTagName(Node& rootNode, const QualifiedName& tagName, Vector<RefPtr<Node> >&…
189 void SelectorDataList::collectElementsByTagName(Node& rootNode, const QualifiedName& tagName, Vecto… in collectElementsByTagName() function in WebCore::SelectorDataList336 return collectElementsByTagName(rootNode, firstSelector->tagQName(), matchedElements); in executeQueryAll()