Home
last modified time | relevance | path

Searched refs:shouldInvalidateTypeOnAttributeChange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h91 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName)) in invalidateCache()
99 … static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const QualifiedName&);
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType… in shouldInvalidateTypeOnAttributeChange() function
DNode.cpp843 …if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<No… in shouldInvalidateNodeListCachesForAttr()