Searched defs:GarbageCollectedMixin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h216 class GarbageCollectedMixin { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h133 class GarbageCollectedMixin;
147 static const bool value = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, GarbageCollectedMixin>::value;
565 // The GarbageCollectedMixin interface and helper macro
575 // object header statically. This can be solved by using GarbageCollectedMixin:
576 // class B : public GarbageCollectedMixin {};
586 class PLATFORM_EXPORT GarbageCollectedMixin { class in namespace:blink

Completed in 81 milliseconds