HTMLAllCollection 44 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name, const CallbackInfo& info) HTMLAllCollection 61 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument, const CallbackInfo& info) HTMLAllCollection 80 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp HTMLAllCollection* impl = V8HTMLAllCollection::toNative(info.Holder()); HTMLAllCollection 89 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp HTMLAllCollection* impl = V8HTMLAllCollection::toNative(info.Holder()); HTMLAllCollection 52 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate); HTMLAllCollection 4435 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLAllCollection>(*this, DocAll); HTMLAllCollection 106 Source/core/dom/Document.h class HTMLAllCollection; HTMLAllCollection 34 Source/core/html/HTMLAllCollection.cpp PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNode& node, CollectionType type) HTMLAllCollection 36 Source/core/html/HTMLAllCollection.cpp return adoptRef(new HTMLAllCollection(node, type)); HTMLAllCollection 39 Source/core/html/HTMLAllCollection.cpp HTMLAllCollection::HTMLAllCollection(ContainerNode& node, CollectionType type) HTMLAllCollection 45 Source/core/html/HTMLAllCollection.cpp HTMLAllCollection::~HTMLAllCollection() HTMLAllCollection 49 Source/core/html/HTMLAllCollection.cpp Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const HTMLAllCollection 68 Source/core/html/HTMLAllCollection.cpp void HTMLAllCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) HTMLAllCollection 33 Source/core/html/HTMLAllCollection.h class HTMLAllCollection FINAL : public HTMLCollection { HTMLAllCollection 35 Source/core/html/HTMLAllCollection.h static PassRefPtr<HTMLAllCollection> create(ContainerNode&, CollectionType); HTMLAllCollection 36 Source/core/html/HTMLAllCollection.h virtual ~HTMLAllCollection(); HTMLAllCollection 42 Source/core/html/HTMLAllCollection.h HTMLAllCollection(ContainerNode&, CollectionType);