Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h60 static const CollectionType FirstUnnamedDocumentCachedType = DocImages; variable
/external/webkit/Source/WebCore/dom/
DDocument.h395 ASSERT(type >= FirstUnnamedDocumentCachedType); in collectionInfo()
396 unsigned index = type - FirstUnnamedDocumentCachedType; in collectionInfo()