Searched refs:m_tagNodeListCacheNS (Results 1 - 2 of 2) 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)
H A DNode.cpp2071 TagNodeListCacheNS::iterator tagCacheEnd = m_tagNodeListCacheNS.end();
2072 for (TagNodeListCacheNS::iterator it = m_tagNodeListCacheNS.begin(); it != tagCacheEnd; ++it)

Completed in 109 milliseconds