Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DTreeScope.h57 void removeNodeListCache() { ASSERT(m_numNodeListCaches > 0); --m_numNodeListCaches; } in removeNodeListCache() function
DNode.cpp393 m_document->removeNodeListCache(); in ~Node()
458 m_document->removeNodeListCache(); in setDocument()
1005 document()->removeNodeListCache(); in unregisterDynamicNodeList()
1025 document()->removeNodeListCache(); in notifyLocalNodeListsAttributeChanged()
1051 document()->removeNodeListCache(); in notifyLocalNodeListsChildrenChanged()
/external/webkit/Source/WebCore/
DChangeLog5358 … Change code to call add/removeNodeListCache() and hasNodeListCaches() on the proper tree scope.
DChangeLog-2008-08-1039703 (WebCore::Document::removeNodeListCache): Renamed from removeNodeList, adds assertion.
DChangeLog-2010-01-2918336 (WebCore::Node::setDocument): Call removeNodeListCache on the old