HomeSort by relevance Sort by last modified time
    Searched refs:TagNodeList (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/dom/
TagNodeList.h 33 class TagNodeList : public DynamicNodeList {
35 static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches)
37 return adoptRef(new TagNodeList(rootNode, namespaceURI, localName, caches));
41 TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches);
TagNodeList.cpp 25 #include "TagNodeList.h"
32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, const AtomicString& namespaceURI, const AtomicString& localName, DynamicNodeList::Caches* caches)
40 bool TagNodeList::nodeMatches(Element* testNode) const
Node.cpp 78 #include "TagNodeList.h"
    [all...]
  /external/webkit/WebCore/
Android.mk 170 dom/TagNodeList.cpp \

Completed in 684 milliseconds