Searched refs:IsGarbageCollectedMixin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h52 struct IsGarbageCollectedMixin { struct in namespace:blink
81 typedef IsGarbageCollectedMixin<NonConstType> GarbageCollectedMixinSubclass;
H A DHeapTest.cpp3926 static const bool s_isMixinTrue = IsGarbageCollectedMixin<MultipleMixins>::value;
3927 static const bool s_isMixinFalse = IsGarbageCollectedMixin<IntWrapper>::value;

Completed in 427 milliseconds