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

/external/webkit/Source/WebKit/chromium/public/
H A DWebPrivatePtr.h44 class WebPrivatePtr { class in namespace:WebKit
46 WebPrivatePtr() : m_ptr(0) { } function in class:WebKit::WebPrivatePtr
47 ~WebPrivatePtr() { WEBKIT_ASSERT(!m_ptr); }
52 WebPrivatePtr(const PassRefPtr<T>& prp) function in class:WebKit::WebPrivatePtr
62 WebPrivatePtr<T>& operator=(const WebPrivatePtr<T>& other)
71 WebPrivatePtr<T>& operator=(const PassRefPtr<T>& prp)

Completed in 70 milliseconds