Home
last modified time | relevance | path

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

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