Searched refs:NameNodeList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNameNodeList.cpp24 #include "NameNodeList.h"
34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const String& name) function in class:WebCore::NameNodeList
40 NameNodeList::~NameNodeList()
45 bool NameNodeList::nodeMatches(Element* testNode) const
H A DNameNodeList.h34 class NameNodeList : public DynamicNodeList { class in namespace:WebCore
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);
H A DNodeRareData.h27 #include "NameNodeList.h"
50 typedef HashMap<String, NameNodeList*> NameNodeListCache;
H A DNode.h61 class NameNodeList;
517 void removeCachedNameNodeList(NameNodeList*, const String&);
H A DNode.cpp69 #include "NameNodeList.h"
1084 void Node::removeCachedNameNodeList(NameNodeList* list, const String& nodeName)
1741 RefPtr<NameNodeList> list = NameNodeList::create(this, elementName);
/external/webkit/Source/WebCore/
H A DAndroid.mk161 dom/NameNodeList.cpp \

Completed in 99 milliseconds