Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h46 DocumentNamedItems, enumerator
64 static const unsigned NumNamedDocumentCachedTypes = DocumentNamedItems - WindowNamedItems + 1;
DHTMLNameCollection.cpp69 case DocumentNamedItems: in itemAfter()
DHTMLCollection.cpp104 case DocumentNamedItems: in itemAfter()
194 case DocumentNamedItems: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4251 return HTMLNameCollection::create(this, DocumentNamedItems, name); in documentNamedItems()