Searched defs:Destroy (Results 51 - 75 of 259) sorted by relevance

1234567891011

/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.cc28 // Destroy() must be called before the object is destroyed.
47 void PPB_VideoDecoder_Shared::Destroy() { function in class:ppapi::PPB_VideoDecoder_Shared
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc72 void Destroy(PP_Resource video_decoder) { function in namespace:ppapi::thunk::__anon10321
75 enter.object()->Destroy();
86 &Destroy
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc32 GlxRenderer::~GlxRenderer() { Destroy(); }
36 Destroy();
48 Destroy();
54 Destroy();
80 Destroy();
85 Destroy();
93 void GlxRenderer::Destroy() { function in class:webrtc::test::GlxRenderer
96 GlRenderer::Destroy();
/external/chromium_org/third_party/webrtc/test/
H A Dvcm_capturer.cc31 Destroy();
47 Destroy();
73 void VcmCapturer::Destroy() { function in class:webrtc::test::VcmCapturer
87 VcmCapturer::~VcmCapturer() { Destroy(); }
/external/chromium_org/ui/base/android/
H A Dwindow_android.cc26 void WindowAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:ui::WindowAndroid
/external/chromium_org/ui/gl/
H A Dgl_context_egl.cc80 void GLContextEGL::Destroy() { function in class:gfx::GLContextEGL
197 Destroy();
H A Dgl_context_glx.cc87 void GLContextGLX::Destroy() { function in class:gfx::GLContextGLX
108 Destroy();
117 Destroy();
123 Destroy();
212 Destroy();
H A Dgl_context_osmesa.cc43 void GLContextOSMesa::Destroy() { function in class:gfx::GLContextOSMesa
62 Destroy();
131 Destroy();
H A Dgl_image_android_native_buffer.cc32 void GLImageAndroidNativeBuffer::Destroy(bool have_context) { function in class:gfx::GLImageAndroidNativeBuffer
45 GLImageEGL::Destroy(have_context);
H A Dgl_image_egl.cc37 void GLImageEGL::Destroy(bool have_context) { function in class:gfx::GLImageEGL
H A Dgl_image_io_surface.cc28 void GLImageIOSurface::Destroy(bool have_context) { function in class:gfx::GLImageIOSurface
H A Dgl_surface_osmesa.cc35 void GLSurfaceOSMesa::Destroy() { function in class:gfx::GLSurfaceOSMesa
95 Destroy();
106 GLSurfaceOSMesaHeadless::~GLSurfaceOSMesaHeadless() { Destroy(); }
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface.cc31 static void Destroy(gbm_bo* buffer, void* data);
36 // When GBM calls Destroy(..) the self-reference will dissapear and this will
47 gbm_bo_set_user_data(bo, this, GbmSurfaceBuffer::Destroy);
71 void GbmSurfaceBuffer::Destroy(gbm_bo* buffer, void* data) { function in class:ui::__anon16990::GbmSurfaceBuffer
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility.cc29 ax_node_->Destroy();
36 void NativeViewAccessibility::Destroy() { function in class:views::NativeViewAccessibility
/external/clang/lib/AST/
H A DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc52 t->Destroy();
55 void MsanThread::Destroy() { function in class:__msan::MsanThread
/external/chromium_org/base/android/jni_generator/
H A Dsample_for_tests.cc29 void CPPClass::Destroy(JNIEnv* env, jobject obj) { function in class:base::android::CPPClass
/external/chromium_org/base/prefs/
H A Dpref_member.cc25 Destroy();
50 void PrefMemberBase::Destroy() { function in class:subtle::PrefMemberBase
H A Dpref_member_unittest.cc43 void Destroy() { function in class:__anon2410::GetPrefValueHelper
44 pref_.Destroy();
315 helper->Destroy();
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc41 void AppBannerManager::Destroy(JNIEnv* env, jobject obj) { function in class:banners::AppBannerManager
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc101 void FaviconHelper::Destroy(JNIEnv* env, jobject obj) { function in class:FaviconHelper
H A Dnew_tab_page_prefs.cc29 void NewTabPagePrefs::Destroy(JNIEnv* env, jobject obj) { function in class:NewTabPagePrefs
H A Dpassword_ui_view_android.cc26 void PasswordUIViewAndroid::Destroy(JNIEnv*, jobject) { delete this; } function in class:PasswordUIViewAndroid
H A Drecently_closed_tabs_bridge.cc66 void RecentlyClosedTabsBridge::Destroy(JNIEnv* env, jobject obj) { function in class:RecentlyClosedTabsBridge
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher.cc36 void Destroy();
86 void FileWriteWatcher::FileWriteWatcherImpl::Destroy() { function in class:drive::internal::FileWriteWatcher::FileWriteWatcherImpl

Completed in 273 milliseconds

1234567891011