Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebPrivateOwnPtr.h46 class WebPrivateOwnPtr : public WebNonCopyable {
48 WebPrivateOwnPtr() : m_ptr(0) {} in WebPrivateOwnPtr() function
49 ~WebPrivateOwnPtr() { BLINK_ASSERT(!m_ptr); } in ~WebPrivateOwnPtr()
51 explicit WebPrivateOwnPtr(T* ptr) in WebPrivateOwnPtr() function
59 template<typename U> WebPrivateOwnPtr(const PassOwnPtr<U>&, EnsurePtrConvertibleArgDecl(U, T));
91 template<typename T> template<typename U> inline WebPrivateOwnPtr<T>::WebPrivateOwnPtr(const PassOw… in WebPrivateOwnPtr() function
DWebFilterKeyframe.h58 WebPrivateOwnPtr<WebFilterOperations> m_value;
DWebTransformKeyframe.h51 WebPrivateOwnPtr<WebTransformOperations> m_value;
DWebSocketHandshakeResponseInfo.h58 WebPrivateOwnPtr<WebSocketHandshakeResponse> m_private;
DWebIDBKeyPath.h68 WebPrivateOwnPtr<IDBKeyPath> m_private;
DWebBlobData.h82 WebPrivateOwnPtr<BlobData> m_private;
/external/chromium_org/third_party/WebKit/public/web/
DWebScopedMicrotaskSuppression.h71 WebPrivateOwnPtr<Impl> m_impl;
DWebScopedWindowFocusAllowedIndicator.h49 WebPrivateOwnPtr<WindowFocusAllowedIndicator> m_indicator;
DWebMIDIClientMock.h55 WebPrivateOwnPtr<MIDIClientMock> m_clientMock;
DWebScopedUserGesture.h65 WebPrivateOwnPtr<UserGestureIndicator> m_indicator;
DWebGeolocationPermissionRequestManager.h56 WebPrivateOwnPtr<WebGeolocationPermissionRequestManagerPrivate> m_private;
DWebCachedURLRequest.h64 mutable WebPrivateOwnPtr<WrappedResourceRequest> m_resourceRequestWrapper;
DWebSurroundingText.h82 WebPrivateOwnPtr<SurroundingText> m_private;
DWebFrame.h681 WebPrivateOwnPtr<OpenedFrameTracker> m_openedFrameTracker;