Searched defs:m_tagNodeListCacheNS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRareData.h129 TagNodeListCacheNS::AddResult result = m_tagNodeListCacheNS.add(name, 0);
157 ASSERT(list == m_tagNodeListCacheNS.get(name));
160 m_tagNodeListCacheNS.remove(name);
171 return m_atomicNameCaches.isEmpty() && m_nameCaches.isEmpty() && m_tagNodeListCacheNS.isEmpty();
198 TagNodeListCacheNS::const_iterator tagEnd = m_tagNodeListCacheNS.end();
199 for (TagNodeListCacheNS::const_iterator it = m_tagNodeListCacheNS.begin(); it != tagEnd; ++it) {
230 TagNodeListCacheNS m_tagNodeListCacheNS; member in class:WebCore::NodeListsNodeData
296 if ((m_childNodeList ? 1 : 0) + m_atomicNameCaches.size() + m_nameCaches.size() + m_tagNodeListCacheNS.size() != 1)

Completed in 64 milliseconds