Home | History | Annotate | Download | only in dom

Lines Matching refs:nodeLists

5690 bool shouldInvalidateNodeListCachesForAttr(const HeapHashSet<WeakMember<const LiveNodeListBase> > nodeLists[], const QualifiedName& attrName)
5692 if (!nodeLists[type].isEmpty() && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
5694 return shouldInvalidateNodeListCachesForAttr<type + 1>(nodeLists, attrName);