HomeSort by relevance Sort by last modified time
    Searched refs:m_atomicNameCaches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h 86 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, name), 0);
99 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), 0);
111 return static_cast<T*>(m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom)));
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();
184 NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end();
185 for (NodeListAtomicNameCacheMap::const_iterator it = m_atomicNameCaches.begin(); it != atomicNameCacheEnd; ++it) {
225 // FIXME: m_childNodeList should be merged into m_atomicNameCaches or at least be shared with HTMLCollection returned by Element::children
228 NodeListAtomicNameCacheMap m_atomicNameCaches;
    [all...]
Node.cpp     [all...]

Completed in 30 milliseconds