Home
last modified time | relevance | path

Searched refs:FirstNamedDocumentCachedType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionType.h63 static const CollectionType FirstNamedDocumentCachedType = WindowNamedItems; variable
/external/webkit/Source/WebCore/dom/
DDocument.cpp4256 ASSERT(type >= FirstNamedDocumentCachedType); in nameCollectionInfo()
4257 unsigned index = type - FirstNamedDocumentCachedType; in nameCollectionInfo()