Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLCollection.h74 static const unsigned NumUnnamedDocumentCachedTypes = NodeChildren - DocImages + 1; variable
/external/webkit/WebCore/dom/
DDocument.h295 ASSERT(index < HTMLCollection::NumUnnamedDocumentCachedTypes); in collectionInfo()
1108 HTMLCollection::CollectionInfo m_collectionInfo[HTMLCollection::NumUnnamedDocumentCachedTypes];