Searched refs:hasNodeListCaches (Results 1 – 5 of 5) sorted by relevance
58 bool hasNodeListCaches() const { return m_numNodeListCaches; } in hasNodeListCaches() function
795 if (document()->hasNodeListCaches()) in childrenChanged()
986 } else if (!m_document || !m_document->hasNodeListCaches()) { in registerDynamicNodeList()
39694 Rename call to hasNodeLists() to hasNodeListCaches().39704 (WebCore::Document::hasNodeListCaches): Renamed from hasNodeListCaches.
5358 … Change code to call add/removeNodeListCache() and hasNodeListCaches() on the proper tree scope.