Searched refs:hasOwnCaches (Results 1 – 3 of 3) sorted by relevance
54 bool hasOwnCaches() const { return m_ownsCaches; } in hasOwnCaches() function
991 if (list->hasOwnCaches()) in registerDynamicNodeList()999 if (list->hasOwnCaches()) { in unregisterDynamicNodeList()1077 ASSERT_UNUSED(list, list->hasOwnCaches()); in removeCachedClassNodeList()1088 ASSERT_UNUSED(list, list->hasOwnCaches()); in removeCachedNameNodeList()1099 ASSERT_UNUSED(list, list->hasOwnCaches()); in removeCachedTagNodeList()1110 ASSERT_UNUSED(list, list->hasOwnCaches()); in removeCachedLabelsNodeList()
39713 (WebCore::DynamicNodeList::hasOwnCaches):