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

/external/webkit/Source/WebCore/html/
H A DHTMLCollection.h40 class HTMLCollection : public RefCounted<HTMLCollection> { class in namespace:WebCore
42 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType);
43 virtual ~HTMLCollection();
63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
64 HTMLCollection(PassRefPtr<Node> base, CollectionType);
H A DHTMLCollection.cpp24 #include "HTMLCollection.h"
39 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type) function in class:WebCore::HTMLCollection
48 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info) function in class:WebCore::HTMLCollection
57 PassRefPtr<HTMLCollection> HTMLCollection::create(PassRefPtr<Node> base, CollectionType type)
59 return adoptRef(new HTMLCollection(base, type));
62 HTMLCollection::~HTMLCollection()
[all...]

Completed in 96 milliseconds