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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAllCollection.cpp27 #include "core/html/HTMLAllCollection.h"
34 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(Node* node, CollectionType type)
36 return adoptRef(new HTMLAllCollection(node, type));
39 HTMLAllCollection::HTMLAllCollection(Node* node, CollectionType type) function in class:WebCore::HTMLAllCollection
45 HTMLAllCollection::~HTMLAllCollection()
49 Node* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
67 void HTMLAllCollection
[all...]

Completed in 1220 milliseconds