HomeSort by relevance Sort by last modified time
    Searched full:m_wrapped (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { }
50 ThisType* wrapped() const { return m_wrapped.get(); }
54 RefPtr<ThisType> m_wrapped; member in class:blink::RefCountedSupplement::FINAL

Completed in 107 milliseconds