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

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
trace_collections.h 19 HeapDeque<Member<HeapObject> > m_heapDeque;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.h 94 HeapDeque<InitializeNewSessionData> m_pendingInitializeNewSessionData;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 90 HeapDeque<Member<SpeechSynthesisUtterance> > m_utteranceQueue;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 82 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapDeque> HeapDequeSubclass;
497 class PersistentHeapDeque : public PersistentHeapCollectionBase<HeapDeque<T, inlineCapacity> > {
502 PersistentHeapDeque(const HeapDeque<T, otherCapacity>& other)
503 : PersistentHeapCollectionBase<HeapDeque<T, inlineCapacity> >(other)
817 #define WillBeHeapDeque WebCore::HeapDeque
    [all...]
Heap.h     [all...]
HeapTest.cpp     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 185 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };

Completed in 713 milliseconds