Home
last modified time | relevance | path

Searched defs:collectionType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.h84 …PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType, const AtomicString… in addCacheWithAtomicName()
97 PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType) in addCacheWithAtomicName()
109 T* cacheWithAtomicName(CollectionType collectionType) in cacheWithAtomicName()
115 PassRefPtr<T> addCacheWithName(Node* node, CollectionType collectionType, const String& name) in addCacheWithName()
146 …void removeCacheWithName(LiveNodeListBase* list, CollectionType collectionType, const String& name) in removeCacheWithName()
DLiveNodeList.h52 …bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAft… in LiveNodeListBase()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp277 CollectionType collectionType = type(); in iterateForPreviousNode() local