Searched refs:HeapHashSet (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dweak_fields_require_tracing.h20 HeapHashSet<WeakMember<HeapObject> > m_set1;
21 HeapHashSet<WeakMember<HeapObject> > m_set2;
H A Dtrace_collections.h22 HeapHashSet<Member<HeapObject> > m_heapSet;
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DMediaStreamSource.cpp83 HeapHashSet<Member<AudioDestinationConsumer> >::iterator it = m_audioConsumers.find(consumer);
94 for (HeapHashSet<Member<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it)
102 for (HeapHashSet<Member<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it)
H A DMediaStreamSource.h95 const HeapHashSet<Member<AudioDestinationConsumer> >& audioConsumers() { return m_audioConsumers; }
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.h100 HeapHashSet<Member<MediaStream> > m_registeredMediaStreams;
H A DMediaStreamTrack.cpp191 for (HeapHashSet<Member<MediaStream> >::iterator iter = m_registeredMediaStreams.begin(); iter != m_registeredMediaStreams.end(); ++iter)
221 HeapHashSet<Member<MediaStream> >::iterator iter = m_registeredMediaStreams.find(mediaStream);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNodeOutput.h153 HeapHashSet<Member<AudioParam> > m_params;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStreamSource.cpp220 const HeapHashSet<Member<AudioDestinationConsumer> >& consumers = m_private->audioConsumers();
221 for (HeapHashSet<Member<AudioDestinationConsumer> >::const_iterator it = consumers.begin(); it != consumers.end(); ++it) {
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h108 typedef HeapHashSet<Member<GeoNotifier> > GeoNotifierSet;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h136 typedef HeapHashSet<Member<IDBObjectStore> > IDBObjectStoreSet;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp1982 HeapHashSet<Member<IntWrapper> > set;
1983 HeapHashSet<Member<IntWrapper> > set2;
2172 typedef HeapHashSet<Member<IntWrapper> > MemberSet;
2497 typedef HeapHashSet<WeakMember<IntWrapper> > WeakSet;
2793 typedef HeapHashSet<PairWeakStrong> WeakStrongSet;
2794 typedef HeapHashSet<PairWeakUnwrapped> WeakUnwrappedSet;
2795 typedef HeapHashSet<PairStrongWeak> StrongWeakSet;
2796 typedef HeapHashSet<PairUnwrappedWeak> UnwrappedWeakSet;
2909 typedef HeapHashSet<PairWeakStrong> WeakStrongSet;
2910 typedef HeapHashSet<PairWeakUnwrappe
[all...]
H A DHandle.h82 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashSet> HeapHashSetSubclass;
682 class PersistentHeapHashSet : public PersistentHeapCollectionBase<HeapHashSet<ValueArg, HashArg, TraitsArg> > { };
1038 #define WillBeHeapHashSet blink::HeapHashSet
1056 #define PersistentHeapHashSetWillBeHeapHashSet blink::HeapHashSet
H A DHeap.h1746 class HeapHashSet : public HashSet<ValueArg, HashArg, TraitsArg, HeapAllocator> { };
1844 inline void swap(HeapHashSet<T, U, V>& a, HeapHashSet<T, U, V>& b) { a.swap(b); }
1917 struct ThreadingTrait<HeapHashSet<T, U, V> > : public ThreadingTrait<HashSet<T, U, V, HeapAllocator> > { };
2469 struct GCInfoTrait<HeapHashSet<T, U, V> > : public GCInfoTrait<HashSet<T, U, V, HeapAllocator> > { };
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.h287 HeapHashSet<Member<Resource> > m_liveResources;
H A DMemoryCache.cpp65 for (HeapHashSet<Member<Resource> >::iterator i = memoryCache()->m_liveResources.begin();
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { }; class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1284 HeapHashSet<WeakMember<const LiveNodeListBase> > m_nodeLists[numNodeListInvalidationTypes];
H A DDocument.cpp5690 bool shouldInvalidateNodeListCachesForAttr(const HeapHashSet<WeakMember<const LiveNodeListBase> > nodeLists[], const QualifiedName& attrName)
5698 bool shouldInvalidateNodeListCachesForAttr<numNodeListInvalidationTypes>(const HeapHashSet<WeakMember<const LiveNodeListBase> >[], const QualifiedName&)

Completed in 2232 milliseconds