HomeSort by relevance Sort by last modified time
    Searched defs:NameNodeList (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
NameNodeList.cpp 24 #include "NameNodeList.h"
34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name)
40 NameNodeList::~NameNodeList()
45 bool NameNodeList::nodeMatches(Element* testNode) const
NameNodeList.h 34 class NameNodeList : public DynamicNodeList {
36 static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name)
38 return adoptRef(new NameNodeList(rootNode, name));
41 virtual ~NameNodeList();
44 NameNodeList(PassRefPtr<Node> rootNode, const String& name);

Completed in 118 milliseconds