Searched refs:findElementByClassName (Results 1 – 2 of 2) sorted by relevance
62 Element* findElementByClassName(Node& rootNode, const AtomicString& className) const;
197 Element* SelectorDataList::findElementByClassName(Node& rootNode, const AtomicString& className) co… in findElementByClassName() function in WebCore::SelectorDataList445 return findElementByClassName(rootNode, selector->value()); in executeQueryFirst()