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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h111 class SupplementTracing;
114 class SupplementTracing<true> : public GarbageCollectedMixin { }; class in namespace:blink
117 class SupplementTracing<false> { class in namespace:blink
119 virtual ~SupplementTracing() { }
130 class SupplementBase : public SupplementTracing<isGarbageCollected> {

Completed in 34 milliseconds