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 PassRefPtrWillBeRawPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNode& node, CollectionType type)
37 return adoptRefWillBeNoop(new HTMLAllCollection(node));
40 HTMLAllCollection::HTMLAllCollection(ContainerNode& node) function in class:blink::HTMLAllCollection
45 HTMLAllCollection::~HTMLAllCollection()
49 Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
68 void HTMLAllCollection
[all...]

Completed in 102 milliseconds