HomeSort by relevance Sort by last modified time
    Searched refs:LiveNodeListBase (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.cpp 25 #include "core/dom/LiveNodeListBase.h"
32 void LiveNodeListBase::invalidateCacheForAttribute(const QualifiedName* attrName) const
40 ContainerNode& LiveNodeListBase::rootNode() const
47 void LiveNodeListBase::didMoveToDocument(Document& oldDocument, Document& newDocument)
LiveNodeList.h 27 #include "core/dom/LiveNodeListBase.h"
38 class LiveNodeList : public NodeList, public LiveNodeListBase {
42 : LiveNodeListBase(ownerNode, rootType, invalidationType, collectionType) { }
68 DEFINE_TYPE_CASTS(LiveNodeList, LiveNodeListBase, list, isLiveNodeListType(list->type()), isLiveNodeListType(list.type()));
LiveNodeListBase.h 43 class LiveNodeListBase : public WillBeGarbageCollectedMixin {
45 LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
59 virtual ~LiveNodeListBase()
106 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
131 Element* LiveNodeListBase::lastMatchingElement(const NodeListType& nodeList)
141 Element* LiveNodeListBase::firstMatchingElement(const NodeListType& nodeList)
151 Element* LiveNodeListBase::nextMatchingElement(const NodeListType& nodeList, Element& current)
162 Element* LiveNodeListBase::previousMatchingElement(const NodeListType& nodeList, Element& current)
173 Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(const NodeListType& nodeList, unsigned offset, Element& currentElement, unsigned& currentOffset)
185 Element* LiveNodeListBase::traverseMatchingElementsBackwardToOffset(const NodeListType& nodeList, unsigned offset, Element& (…)
    [all...]
TagCollection.h 59 DEFINE_TYPE_CASTS(TagCollection, LiveNodeListBase, collection, collection->type() == TagCollectionType, collection.type() == TagCollectionType);
77 DEFINE_TYPE_CASTS(HTMLTagCollection, LiveNodeListBase, collection, collection->type() == HTMLTagCollectionType, collection.type() == HTMLTagCollectionType);
ClassCollection.h 60 DEFINE_TYPE_CASTS(ClassCollection, LiveNodeListBase, collection, collection->type() == ClassCollectionType, collection.type() == ClassCollectionType);
LiveNodeList.cpp 66 LiveNodeListBase::trace(visitor);
NodeRareData.h 104 typedef WillBeHeapHashMap<std::pair<unsigned char, StringImpl*>, RawPtrWillBeWeakMember<LiveNodeListBase>, NodeListAtomicCacheMapEntryHash> NodeListAtomicNameCacheMap;
160 void removeCache(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom)
168 void removeCache(LiveNodeListBase* list, const AtomicString& namespaceURI, const AtomicString& localName)
201 LiveNodeListBase* list = it->value;
207 LiveNodeListBase* list = it->value;
Document.h 131 class LiveNodeListBase;
653 void registerNodeList(const LiveNodeListBase*);
654 void unregisterNodeList(const LiveNodeListBase*);
655 void registerNodeListWithIdNameCache(const LiveNodeListBase*);
656 void unregisterNodeListWithIdNameCache(const LiveNodeListBase*);
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
DocumentNameCollection.h 26 DEFINE_TYPE_CASTS(DocumentNameCollection, LiveNodeListBase, collection, collection->type() == DocumentNamedItems, collection.type() == DocumentNamedItems);
HTMLAllCollection.h 45 DEFINE_TYPE_CASTS(HTMLAllCollection, LiveNodeListBase, collection, collection->type() == DocAll, collection.type() == DocAll);
HTMLTableRowsCollection.h 52 DEFINE_TYPE_CASTS(HTMLTableRowsCollection, LiveNodeListBase, collection, collection->type() == TableRows, collection.type() == TableRows);
WindowNameCollection.h 26 DEFINE_TYPE_CASTS(WindowNameCollection, LiveNodeListBase, collection, collection->type() == WindowNamedItems, collection.type() == WindowNamedItems);
HTMLFormControlsCollection.h 65 DEFINE_TYPE_CASTS(HTMLFormControlsCollection, LiveNodeListBase, collection, collection->type() == FormControls, collection.type() == FormControls);
HTMLOptionsCollection.h 57 DEFINE_TYPE_CASTS(HTMLOptionsCollection, LiveNodeListBase, collection, collection->type() == SelectOptions, collection.type() == SelectOptions);
HTMLCollection.h 27 #include "core/dom/LiveNodeListBase.h"
36 class HTMLCollection : public RefCountedWillBeGarbageCollectedFinalized<HTMLCollection>, public ScriptWrappable, public LiveNodeListBase {
153 DEFINE_TYPE_CASTS(HTMLCollection, LiveNodeListBase, collection, isHTMLCollectionType(collection->type()), isHTMLCollectionType(collection.type()));
HTMLCollection.cpp 164 : LiveNodeListBase(ownerNode, rootTypeFromCollectionType(type), invalidationTypeExcludingIdAndNameAttributes(type), type)
523 LiveNodeListBase::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.darwin-arm64.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.darwin-mips.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.darwin-x86.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.darwin-x86_64.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.linux-arm.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.linux-arm64.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \
webcore_dom.target.linux-mips.mk 85 third_party/WebKit/Source/core/dom/LiveNodeListBase.cpp \

Completed in 219 milliseconds

1 2