HomeSort by relevance Sort by last modified time
    Searched refs:shouldInvalidateTypeOnAttributeChange (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 91 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName))
99 static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const QualifiedName&);
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
Node.cpp 871 if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
    [all...]

Completed in 677 milliseconds