Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.cpp56 TagCollectionCacheNS::iterator tagCacheEnd = m_tagCollectionCacheNS.end(); in invalidateCaches()
57 … for (TagCollectionCacheNS::iterator it = m_tagCollectionCacheNS.begin(); it != tagCacheEnd; ++it) in invalidateCaches()
65 visitor->trace(m_tagCollectionCacheNS); in trace()
DNodeRareData.h150 TagCollectionCacheNS::AddResult result = m_tagCollectionCacheNS.add(name, nullptr); in addCache()
171 ASSERT(list == m_tagCollectionCacheNS.get(name)); in removeCache()
174 m_tagCollectionCacheNS.remove(name); in removeCache()
187 return !m_childNodeList && m_atomicNameCaches.isEmpty() && m_tagCollectionCacheNS.isEmpty(); in isEmpty()
205 TagCollectionCacheNS::const_iterator tagEnd = m_tagCollectionCacheNS.end(); in adoptDocument()
206 …for (TagCollectionCacheNS::const_iterator it = m_tagCollectionCacheNS.begin(); it != tagEnd; ++it)… in adoptDocument()
234 TagCollectionCacheNS m_tagCollectionCacheNS; variable
339 if ((m_childNodeList ? 1 : 0) + m_atomicNameCaches.size() + m_tagCollectionCacheNS.size() != 1) in deleteThisAndUpdateNodeRareDataIfAboutToRemoveLastList()