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

  /external/webkit/Source/WebCore/html/
HTMLAllCollection.cpp 27 #include "HTMLAllCollection.h"
33 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(PassRefPtr<Node> base)
35 return adoptRef(new HTMLAllCollection(base));
38 HTMLAllCollection::HTMLAllCollection(PassRefPtr<Node> base)
43 HTMLAllCollection::~HTMLAllCollection()
HTMLAllCollection.h 33 class HTMLAllCollection : public HTMLCollection {
35 static PassRefPtr<HTMLAllCollection> create(PassRefPtr<Node>);
36 virtual ~HTMLAllCollection();
39 HTMLAllCollection(PassRefPtr<Node>);

Completed in 26 milliseconds