LiveNodeListBase 3585 Source/core/dom/Document.cpp void Document::registerNodeList(LiveNodeListBase* list)
LiveNodeListBase 3592 Source/core/dom/Document.cpp void Document::unregisterNodeList(LiveNodeListBase* list)
LiveNodeListBase 5497 Source/core/dom/Document.cpp     if (nodeListCounts[type] && LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(static_cast<NodeListInvalidationType>(type), attrName))
LiveNodeListBase 5523 Source/core/dom/Document.cpp     HashSet<LiveNodeListBase*>::iterator end = m_listsInvalidatedAtDocument.end();
LiveNodeListBase 5524 Source/core/dom/Document.cpp     for (HashSet<LiveNodeListBase*>::iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it)
LiveNodeListBase  125 Source/core/dom/Document.h class LiveNodeListBase;
LiveNodeListBase  658 Source/core/dom/Document.h     void registerNodeList(LiveNodeListBase*);
LiveNodeListBase  659 Source/core/dom/Document.h     void unregisterNodeList(LiveNodeListBase*);
LiveNodeListBase 1283 Source/core/dom/Document.h     HashSet<LiveNodeListBase*> m_listsInvalidatedAtDocument;
LiveNodeListBase   45 Source/core/dom/LiveNodeList.cpp     return LiveNodeListBase::itemBefore(*this, previous);
LiveNodeListBase   37 Source/core/dom/LiveNodeList.h class LiveNodeList : public NodeList, public LiveNodeListBase {
LiveNodeListBase   40 Source/core/dom/LiveNodeList.h         : LiveNodeListBase(ownerNode, rootType, invalidationType,
LiveNodeListBase   31 Source/core/dom/LiveNodeListBase.cpp ContainerNode& LiveNodeListBase::rootNode() const
LiveNodeListBase   38 Source/core/dom/LiveNodeListBase.cpp void LiveNodeListBase::didMoveToDocument(Document& oldDocument, Document& newDocument)
LiveNodeListBase   45 Source/core/dom/LiveNodeListBase.cpp void LiveNodeListBase::invalidateIdNameCacheMaps() const
LiveNodeListBase   42 Source/core/dom/LiveNodeListBase.h class LiveNodeListBase {
LiveNodeListBase   44 Source/core/dom/LiveNodeListBase.h     LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
LiveNodeListBase   58 Source/core/dom/LiveNodeListBase.h     virtual ~LiveNodeListBase()
LiveNodeListBase  110 Source/core/dom/LiveNodeListBase.h ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
LiveNodeListBase  134 Source/core/dom/LiveNodeListBase.h inline Node* LiveNodeListBase::previousNode(const ContainerNode& base, const Node& previous, bool onlyIncludeDirectChildren)
LiveNodeListBase  139 Source/core/dom/LiveNodeListBase.h inline Node* LiveNodeListBase::lastDescendant(const ContainerNode& node)
LiveNodeListBase  147 Source/core/dom/LiveNodeListBase.h inline Node* LiveNodeListBase::lastNode(const ContainerNode& rootNode, bool onlyIncludeDirectChildren)
LiveNodeListBase  153 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::iterateForPreviousNode(const Collection& collection, Node* current)
LiveNodeListBase  165 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::itemBefore(const Collection& collection, const Element* previous)
LiveNodeListBase  177 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::firstMatchingElement(const NodeListType& nodeList)
LiveNodeListBase  187 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::nextMatchingElement(const NodeListType& nodeList, Element& current)
LiveNodeListBase  198 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(const NodeListType& nodeList, unsigned offset, Element& currentElement, unsigned& currentOffset)
LiveNodeListBase  141 Source/core/dom/NodeRareData.h     void removeCache(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom)
LiveNodeListBase  149 Source/core/dom/NodeRareData.h     void removeCache(LiveNodeListBase* list, const AtomicString& namespaceURI, const AtomicString& localName)
LiveNodeListBase  180 Source/core/dom/NodeRareData.h             LiveNodeListBase* list = it->value;
LiveNodeListBase  186 Source/core/dom/NodeRareData.h             LiveNodeListBase* list = it->value;
LiveNodeListBase  162 Source/core/html/HTMLCollection.cpp     : LiveNodeListBase(ownerNode, rootTypeFromCollectionType(type), invalidationTypeExcludingIdAndNameAttributes(type), type)
LiveNodeListBase  281 Source/core/html/HTMLCollection.cpp     return LiveNodeListBase::itemBefore(*this, previous);
LiveNodeListBase   36 Source/core/html/HTMLCollection.h class HTMLCollection : public ScriptWrappable, public RefCounted<HTMLCollection>, public LiveNodeListBase {
LiveNodeListBase  137 Source/core/html/HTMLCollection.h     friend class LiveNodeListBase;