ThisType 45 Source/platform/RefCountedSupplement.h explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } ThisType 50 Source/platform/RefCountedSupplement.h ThisType* wrapped() const { return m_wrapped.get(); } ThisType 53 Source/platform/RefCountedSupplement.h RefPtr<ThisType> m_wrapped; ThisType 56 Source/platform/RefCountedSupplement.h static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement) ThisType 61 Source/platform/RefCountedSupplement.h static ThisType* from(Supplementable<T>& host, const char* key)