Home
last modified time | relevance | path

Searched refs:DocImages (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionType.h31 DocImages, // all <img> elements in the document enumerator
60 static const CollectionType FirstUnnamedDocumentCachedType = DocImages;
61 static const unsigned NumUnnamedDocumentCachedTypes = NodeChildren - DocImages + 1;
DHTMLCollection.cpp100 case DocImages: in itemAfter()
130 case DocImages: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4195 return HTMLCollection::create(this, DocImages); in images()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1069085 HTMLFormCollection would not have a type of DocImages, which is what