Home
last modified time | relevance | path

Searched refs:CollectionType (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/html/
DHTMLCollection.h45 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType);
63 CollectionType type() const { return m_type; } in type()
66 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
74 HTMLCollection(PassRefPtr<Node> base, CollectionType);
83 CollectionType m_type;
DCollectionType.h28 enum CollectionType { enum
59 static const CollectionType FirstUnnamedDocumentCachedType = DocImages;
62 static const CollectionType FirstNamedDocumentCachedType = WindowNamedItems;
DHTMLNameCollection.h35 …static PassRefPtr<HTMLNameCollection> create(PassRefPtr<Document> document, CollectionType type, c… in create()
41 HTMLNameCollection(PassRefPtr<Document>, CollectionType, const String& name);
DHTMLCollection.cpp38 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type) in HTMLCollection()
47 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info) in HTMLCollection()
56 PassRefPtr<HTMLCollection> HTMLCollection::create(PassRefPtr<Node> base, CollectionType type) in create()
DHTMLNameCollection.cpp35 HTMLNameCollection::HTMLNameCollection(PassRefPtr<Document> document, CollectionType type, const St… in HTMLNameCollection()
/external/webkit/WebCore/dom/
DDocument.h292 CollectionCache* collectionInfo(CollectionType type) in collectionInfo()
300 CollectionCache* nameCollectionInfo(CollectionType, const AtomicString& name);
DDocument.cpp4027 CollectionCache* Document::nameCollectionInfo(CollectionType type, const AtomicString& name) in nameCollectionInfo()
/external/webkit/WebCore/
DWebCore.gypi1219 'html/CollectionType.h',
DGNUmakefile.am917 WebCore/html/CollectionType.h \
DChangeLog-2009-06-1613171 * html/CollectionType.h: Copied from WebCore/html/HTMLCollection.h.
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2123 …2000F813AE100C1A634 /* CollectionType.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C441FF0F8…
7133 …AE100C1A634 /* CollectionType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
11845 93C441FF0F813AE100C1A634 /* CollectionType.h */,
15005 93C442000F813AE100C1A634 /* CollectionType.h in Headers */,