Searched defs:nodeLists (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRareData.h68 NodeListsNodeData* nodeLists() const { return m_nodeLists.get(); } function in class:blink::NodeRareData
H A DNodeListsNodeData.h231 ASSERT(ownerNode.nodeLists() == this);
261 NodeListsNodeData* nodeLists = this->nodeLists(); local
262 return nodeLists ? nodeLists->cached<Collection>(type) : 0;
H A DNode.cpp833 NodeListsNodeData* Node::nodeLists() function in class:blink::Node
835 return hasRareData() ? rareData()->nodeLists() : 0;
H A DDocument.cpp5690 bool shouldInvalidateNodeListCachesForAttr(const HeapHashSet<WeakMember<const LiveNodeListBase> > nodeLists[], const QualifiedName& attrName) argument
5692 if (!nodeLists[type].isEmpty() && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
5694 return shouldInvalidateNodeListCachesForAttr<type + 1>(nodeLists, attrName);

Completed in 447 milliseconds