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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h95 class SupplementableBase;
136 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
141 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>& host, const char* key)
146 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>* host, const char* key)
177 class SupplementableBase : public SupplementableTracing<T, isGarbageCollected> { class in namespace:blink
207 SupplementableBase() : m_threadId(currentThread()) { } function in class:blink::SupplementableBase
218 class HeapSupplementable : public SupplementableBase<T, true> { };
224 class Supplementable : public SupplementableBase<T, false> { };
232 struct ThreadingTrait<SupplementableBase<T, true> > {

Completed in 130 milliseconds