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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagNodeList.cpp 58 HTMLTagNodeList::HTMLTagNodeList(PassRefPtr<Node> rootNode, const AtomicString& localName)
64 bool HTMLTagNodeList::nodeMatches(Element* testNode) const
TagNodeList.h 59 class HTMLTagNodeList : public TagNodeList {
61 static PassRefPtr<HTMLTagNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& localName)
64 return adoptRef(new HTMLTagNodeList(rootNode, localName));
70 HTMLTagNodeList(PassRefPtr<Node> rootNode, const AtomicString& localName);
77 inline bool HTMLTagNodeList::nodeMatchesInlined(Element* testNode) const

Completed in 1274 milliseconds