Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeListBase.h77 … static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const QualifiedName&);
106 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType… in shouldInvalidateTypeOnAttributeChange() function
DLiveNodeList.h72 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName)) in invalidateCacheForAttribute()
DDocument.cpp5749 …if (!nodeLists[type].isEmpty() && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_c… in shouldInvalidateNodeListCachesForAttr()
5763 …if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<No… in shouldInvalidateNodeListCachesForAttr()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.h157 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName)) in invalidateCacheForAttribute()