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

  /external/webkit/Source/WebCore/html/
HTMLCollection.h 40 class HTMLCollection : public RefCounted<HTMLCollection> {
42 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType);
43 virtual ~HTMLCollection();
63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
64 HTMLCollection(PassRefPtr<Node> base, CollectionType);
HTMLCollection.cpp 24 #include "HTMLCollection.h"
39 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type)
48 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info)
57 PassRefPtr<HTMLCollection> HTMLCollection::create(PassRefPtr<Node> base, CollectionType type)
59 return adoptRef(new HTMLCollection(base, type));
62 HTMLCollection::~HTMLCollection()
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 27 milliseconds