Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h45 WindowNamedItems, enumerator
63 static const CollectionType FirstNamedDocumentCachedType = WindowNamedItems;
64 static const unsigned NumNamedDocumentCachedTypes = DocumentNamedItems - WindowNamedItems + 1;
DHTMLNameCollection.cpp56 case WindowNamedItems: in itemAfter()
DHTMLCollection.cpp109 case WindowNamedItems: in itemAfter()
196 case WindowNamedItems: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4246 return HTMLNameCollection::create(this, WindowNamedItems, name); in windowNamedItems()