OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
843
if (nodeListCounts[type] && LiveNodeListBase::
shouldInvalidateTypeOnAttributeChange
(static_cast<NodeListInvalidationType>(type), attrName))
[
all
...]
Completed in 205 milliseconds