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

  /external/webkit/WebCore/html/
HTMLNameCollection.cpp 24 #include "HTMLNameCollection.h"
35 HTMLNameCollection::HTMLNameCollection(PassRefPtr<Document> document, CollectionType type, const String& name)
41 Element* HTMLNameCollection::itemAfter(Element* previous) const
HTMLNameCollection.h 33 class HTMLNameCollection : public HTMLCollection {
35 static PassRefPtr<HTMLNameCollection> create(PassRefPtr<Document> document, CollectionType type, const String& name)
37 return adoptRef(new HTMLNameCollection(document, type, name));
41 HTMLNameCollection(PassRefPtr<Document>, CollectionType, const String& name);

Completed in 12 milliseconds