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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DRefCountedSupplement.h38 typedef RefCountedSupplement<T, S> ThisType; typedef in class:WebCore::RefCountedSupplement
45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { }
50 ThisType* wrapped() const { return m_wrapped.get(); }
53 RefPtr<ThisType> m_wrapped;
56 static void provideTo(Supplementable<T>* host, const char* key, PassRefPtr<ThisType> supplement)
61 static ThisType* from(Supplementable<T>* host, const char* key)

Completed in 62 milliseconds