Searched defs:collectionType (Results 1 – 3 of 3) sorted by relevance
84 …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()
52 …bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAft… in LiveNodeListBase()
277 CollectionType collectionType = type(); in iterateForPreviousNode() local