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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 51 LiveNodeListBase(Node* ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
86 ALWAYS_INLINE NodeListInvalidationType invalidationType() const { return static_cast<NodeListInvalidationType>(m_invalidationType); }
99 static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const QualifiedName&);
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
Document.h 183 enum NodeListInvalidationType {
    [all...]
Node.cpp 871 if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 115 static NodeListInvalidationType invalidationTypeExcludingIdAndNameAttributes(CollectionType type)

Completed in 147 milliseconds