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

  /external/webkit/WebCore/dom/
NameNodeList.cpp 24 #include "NameNodeList.h"
34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name, DynamicNodeList::Caches* caches)
40 bool NameNodeList::nodeMatches(Element* testNode) const
NameNodeList.h 35 class NameNodeList : public DynamicNodeList {
37 static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, const String& name, Caches* caches)
39 return adoptRef(new NameNodeList(rootNode, name, caches));
43 NameNodeList(PassRefPtr<Node> rootNode, const String& name, Caches*);

Completed in 22 milliseconds