Searched defs:ClassNodeList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DClassNodeList.cpp31 #include "ClassNodeList.h"
38 ClassNodeList::ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames) function in class:WebCore::ClassNodeList
45 ClassNodeList::~ClassNodeList()
50 bool ClassNodeList::nodeMatches(Element* testNode) const
H A DClassNodeList.h39 class ClassNodeList : public DynamicNodeList { class in namespace:WebCore
41 static PassRefPtr<ClassNodeList> create(PassRefPtr<Node> rootNode, const String& classNames)
43 return adoptRef(new ClassNodeList(rootNode, classNames));
46 virtual ~ClassNodeList();
49 ClassNodeList(PassRefPtr<Node> rootNode, const String& classNames);

Completed in 55 milliseconds