Home
last modified time | relevance | path

Searched refs:NumNamedDocumentCachedTypes (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionType.h64 static const unsigned NumNamedDocumentCachedTypes = DocumentNamedItems - WindowNamedItems + 1; variable
/external/webkit/Source/WebCore/dom/
DDocument.h1329 FixedArray<NamedCollectionMap, NumNamedDocumentCachedTypes> m_nameCollectionInfo;
DDocument.cpp4258 ASSERT(index < NumNamedDocumentCachedTypes); in nameCollectionInfo()