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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 33 class HTMLAllCollection : public HTMLCollection {
35 static PassRefPtr<HTMLAllCollection> create(Node*, CollectionType);
36 virtual ~HTMLAllCollection();
42 HTMLAllCollection(Node*, CollectionType);
HTMLAllCollection.cpp 27 #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)
45 HTMLAllCollection::~HTMLAllCollection()
49 Node* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const
67 void HTMLAllCollection::anonymousNamedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& retur (…)
    [all...]

Completed in 123 milliseconds