Home
last modified time | relevance | path

Searched defs:WebPrivateOwnPtr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebPrivateOwnPtr.h48 WebPrivateOwnPtr() : m_ptr(0) {} in WebPrivateOwnPtr() function
51 explicit WebPrivateOwnPtr(T* ptr) in WebPrivateOwnPtr() function
91 template<typename T> template<typename U> inline WebPrivateOwnPtr<T>::WebPrivateOwnPtr(const PassOw… in WebPrivateOwnPtr() function