Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.h1329 FixedArray<NamedCollectionMap, NumNamedDocumentCachedTypes> m_nameCollectionInfo; variable
DDocument.cpp544 for (size_t i = 0; i < m_nameCollectionInfo.size(); ++i) in ~Document()
545 deleteAllValues(m_nameCollectionInfo[i]); in ~Document()
4260 NamedCollectionMap& map = m_nameCollectionInfo[index]; in nameCollectionInfo()