Searched refs:nodeLists (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTagCollection.cpp44 ownerNode().nodeLists()->removeCache(this, type(), m_localName);
46 ownerNode().nodeLists()->removeCache(this, m_namespaceURI, m_localName);
H A DClassCollection.cpp48 ownerNode().nodeLists()->removeCache(this, ClassCollectionType, m_originalClassNames);
H A DEmptyNodeList.cpp43 m_owner->nodeLists()->removeEmptyChildNodeList(this);
H A DNameNodeList.cpp43 ownerNode().nodeLists()->removeCache(this, NameNodeListType, m_name);
H A DChildNodeList.cpp45 m_parent->nodeLists()->removeChildNodeList(this);
H A DTreeScopeAdopter.cpp65 if (rareData->nodeLists())
66 rareData->nodeLists()->adoptTreeScope();
136 if (rareData->nodeLists())
137 rareData->nodeLists()->adoptDocument(oldDocument, newDocument);
H A DNodeListsNodeData.h231 ASSERT(ownerNode.nodeLists() == this);
261 NodeListsNodeData* nodeLists = this->nodeLists(); local
262 return nodeLists ? nodeLists->cached<Collection>(type) : 0;
H A DNodeRareData.h68 NodeListsNodeData* nodeLists() const { return m_nodeLists.get(); } function in class:blink::NodeRareData
H A DContainerNode.cpp1346 if (NodeListsNodeData* lists = rareData()->nodeLists()) {
1362 if (NodeListsNodeData* lists = node->nodeLists())
H A DNode.h582 NodeListsNodeData* nodeLists();
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);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLNameCollection.cpp41 ownerNode().nodeLists()->removeCache(this, type(), m_name);
H A DLabelsNodeList.cpp44 ownerNode().nodeLists()->removeCache(this, LabelsNodeListType);
H A DRadioNodeList.cpp51 ownerNode().nodeLists()->removeCache(this, type(), m_name);
H A DHTMLCollection.cpp185 ownerNode().nodeLists()->removeCache(this, type());

Completed in 4054 milliseconds