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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioSourceProviderClient.h 32 class AudioSourceProviderClient : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/core/streams/
UnderlyingSource.h 17 class UnderlyingSource : public GarbageCollectedMixin {
  /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 MixinFinalizable : public GarbageCollectedMixin {
23 class MixinNotFinalizable : public GarbageCollectedMixin {
trace_templated_super.h 14 class Mixin : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannelClient.h 41 class WebSocketChannelClient : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandleClient.h 40 class SocketStreamHandleClient : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h 45 class PlatformSpeechSynthesizerClient : public GarbageCollectedMixin {
PlatformSpeechSynthesisUtterance.h 36 class PlatformSpeechSynthesisUtteranceClient : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 114 class SupplementTracing<true> : public GarbageCollectedMixin { };
156 class SupplementableTracing<T, true> : public GarbageCollectedMixin {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 133 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 {
HeapTest.cpp     [all...]
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.
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 216 class GarbageCollectedMixin {

Completed in 449 milliseconds