Home
last modified time | relevance | path

Searched refs:ScopedAppGLStateRestoreImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/android_webview/browser/
Dscoped_app_gl_state_restore.cc73 class ScopedAppGLStateRestoreImpl { class
75 ScopedAppGLStateRestoreImpl(ScopedAppGLStateRestore::CallMode mode);
76 ~ScopedAppGLStateRestoreImpl();
168 DISALLOW_COPY_AND_ASSIGN(ScopedAppGLStateRestoreImpl);
171 ScopedAppGLStateRestoreImpl::ScopedAppGLStateRestoreImpl( in ScopedAppGLStateRestoreImpl() function in android_webview::internal::ScopedAppGLStateRestoreImpl
303 ScopedAppGLStateRestoreImpl::~ScopedAppGLStateRestoreImpl() { in ~ScopedAppGLStateRestoreImpl()
424 : impl_(new internal::ScopedAppGLStateRestoreImpl(mode)) { in ScopedAppGLStateRestore()
Dscoped_app_gl_state_restore.h17 class ScopedAppGLStateRestoreImpl; variable
35 scoped_ptr<internal::ScopedAppGLStateRestoreImpl> impl_;