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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h40 // What you should know about Supplementable and Supplement
42 // Supplementable and Supplement instances are meant to be thread local. They
51 // as its key. The Supplementable's SupplementMap will use the address of the
83 // Supplementable object is passed to the final destination thread (i.e.
91 class Supplementable;
101 static void provideTo(Supplementable<T>* host, const char* key, PassOwnPtr<Supplement<T> > supplement)
106 static Supplement<T>* from(Supplementable<T>* host, const char* key)
113 class Supplementable { class in namespace:WebCore
143 Supplementable() : m_threadId(currentThread()) { } function in class:WebCore::Supplementable

Completed in 91 milliseconds