Home
last modified time | relevance | path

Searched refs:hasNodeListCaches (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DTreeScope.h58 bool hasNodeListCaches() const { return m_numNodeListCaches; } in hasNodeListCaches() function
DContainerNode.cpp795 if (document()->hasNodeListCaches()) in childrenChanged()
DNode.cpp986 } else if (!m_document || !m_document->hasNodeListCaches()) { in registerDynamicNodeList()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1039694 Rename call to hasNodeLists() to hasNodeListCaches().
39704 (WebCore::Document::hasNodeListCaches): Renamed from hasNodeListCaches.
DChangeLog5358 … Change code to call add/removeNodeListCache() and hasNodeListCaches() on the proper tree scope.