Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.h86 …NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionT… in addCacheWithAtomicName()
99 …NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionT… in addCacheWithAtomicName()
111 return static_cast<T*>(m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom))); in cacheWithAtomicName()
140 ASSERT(list == m_atomicNameCaches.get(namedNodeListKey(collectionType, name)));
143 m_atomicNameCaches.remove(namedNodeListKey(collectionType, name));
171 … return m_atomicNameCaches.isEmpty() && m_nameCaches.isEmpty() && m_tagNodeListCacheNS.isEmpty(); in isEmpty()
184 … NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end(); in adoptDocument()
185 …for (NodeListAtomicNameCacheMap::const_iterator it = m_atomicNameCaches.begin(); it != atomicNameC… in adoptDocument()
228 NodeListAtomicNameCacheMap m_atomicNameCaches; variable
296 …if ((m_childNodeList ? 1 : 0) + m_atomicNameCaches.size() + m_nameCaches.size() + m_tagNodeListCac… in deleteThisAndUpdateNodeRareDataIfAboutToRemoveLastList()
DNode.cpp2076 NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end(); in invalidateCaches()
2077 …for (NodeListAtomicNameCacheMap::const_iterator it = m_atomicNameCaches.begin(); it != atomicNameC… in invalidateCaches()