Searched refs:m_numNodeListCaches (Results 1 – 3 of 3) sorted by relevance
786 void addNodeListCache() { ++m_numNodeListCaches; } in addNodeListCache()787 void removeNodeListCache() { ASSERT(m_numNodeListCaches > 0); --m_numNodeListCaches; } in removeNodeListCache()788 bool hasNodeListCaches() const { return m_numNodeListCaches; } in hasNodeListCaches()1139 unsigned m_numNodeListCaches; variable
332 , m_numNodeListCaches(0) in Document()
39705 Rename m_numNodeLists to m_numNodeListCaches.