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

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_multiple_trace_bases.h 17 class Mixin : public GarbageCollectedMixin {
garbage_collected_mixin.h 12 class Mixin : public GarbageCollectedMixin {
class_requires_finalization_mixin.h 15 class Mixin : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h 49 class PlatformSpeechSynthesizerClient : public GarbageCollectedMixin {
PlatformSpeechSynthesisUtterance.h 36 class PlatformSpeechSynthesisUtteranceClient : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 116 class SupplementTracing<true> : public GarbageCollectedMixin { };
217 // FIXME: Oilpan: Move GarbageCollectedMixin to SupplementableBase<T, true> once PersistentHeapSupplementable is removed again.
219 class HeapSupplementable : public SupplementableBase<T, true>, public GarbageCollectedMixin { };
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 216 class GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 142 class GarbageCollectedMixin;
154 static const bool value = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, GarbageCollectedMixin>::value;
660 // The GarbageCollectedMixin interface and helper macro
670 // object header statically. This can be solved by using GarbageCollectedMixin:
671 // class B : public GarbageCollectedMixin {};
681 class GarbageCollectedMixin {
Handle.h 48 // Template to determine if a class is a GarbageCollectedMixin by checking if it
50 // GarbageCollectedMixin because casting to it is potentially ambiguous.
821 #define WillBeGarbageCollectedMixin WebCore::GarbageCollectedMixin
    [all...]
HeapTest.cpp     [all...]

Completed in 110 milliseconds