HomeSort by relevance Sort by last modified time
    Searched refs:HeapHashSet (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
weak_fields_require_tracing.h 20 HeapHashSet<WeakMember<HeapObject> > m_set1;
21 HeapHashSet<WeakMember<HeapObject> > m_set2;
trace_collections.h 22 HeapHashSet<Member<HeapObject> > m_heapSet;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 93 typedef HeapHashSet<Member<Geolocation> > GeolocationSet;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 140 typedef HeapHashSet<Member<GeoNotifier> > GeoNotifierSet;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 141 typedef HeapHashSet<Member<IDBObjectStore> > IDBObjectStoreSet;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.cpp 247 DEFINE_STATIC_LOCAL(Persistent<HeapHashSet<WeakMember<FontCacheClient> > >, clients, (new HeapHashSet<WeakMember<FontCacheClient> >()));
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]
Handle.h 77 typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashSet> HeapHashSetSubclass;
467 class PersistentHeapHashSet : public PersistentHeapCollectionBase<HeapHashSet<ValueArg, HashArg, TraitsArg> > { };
809 #define WillBeHeapHashSet WebCore::HeapHashSet
828 #define PersistentHeapHashSetWillBeHeapHashSet WebCore::HeapHashSet
    [all...]
Heap.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 554 DEFINE_STATIC_LOCAL(Persistent<HeapHashSet<WeakMember<SVGElement> > >, emptyInstances, (new HeapHashSet<WeakMember<SVGElement> >));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
Document.cpp     [all...]

Completed in 379 milliseconds