Searched refs:shouldInvalidateNodeListCachesForAttr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp841 bool shouldInvalidateNodeListCachesForAttr(const unsigned nodeListCounts[], const QualifiedName& attrName) function in namespace:WebCore
845 return shouldInvalidateNodeListCachesForAttr<type + 1>(nodeListCounts, attrName);
849 bool shouldInvalidateNodeListCachesForAttr<numNodeListInvalidationTypes>(const unsigned[], const QualifiedName&) function in namespace:WebCore
857 return shouldInvalidateNodeListCachesForAttr<DoNotInvalidateOnAttributeChanges + 1>(m_nodeListCounts, *attrName);

Completed in 77 milliseconds