Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DContainerNode.cpp632 if (document()->hasNodeListCaches()) in childrenChanged()
DDocument.h788 bool hasNodeListCaches() const { return m_numNodeListCaches; } in hasNodeListCaches() function
DNode.cpp694 } else if (!m_document->hasNodeListCaches()) { in registerDynamicNodeList()
/external/webkit/WebCore/
DChangeLog-2008-08-1039694 Rename call to hasNodeLists() to hasNodeListCaches().
39704 (WebCore::Document::hasNodeListCaches): Renamed from hasNodeListCaches.