Searched defs:HTMLAllCollection (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLAllCollection.cpp27 #include "HTMLAllCollection.h"
33 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(PassRefPtr<Node> base)
35 return adoptRef(new HTMLAllCollection(base));
38 HTMLAllCollection::HTMLAllCollection(PassRefPtr<Node> base) function in class:WebCore::HTMLAllCollection
43 HTMLAllCollection::~HTMLAllCollection()
H A DHTMLAllCollection.h33 class HTMLAllCollection : public HTMLCollection { class in namespace:WebCore
35 static PassRefPtr<HTMLAllCollection> create(PassRefPtr<Node>);
36 virtual ~HTMLAllCollection();
39 HTMLAllCollection(PassRefPtr<Node>);

Completed in 286 milliseconds