Searched defs:Destroy (Results 1 - 25 of 259) sorted by relevance

1234567891011

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.h47 virtual void Destroy() { function in class:nacl_io::JSPipeNode
48 LOG_TRACE("JSPipeNode: Destroy");
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Downed_widget_gtk2.cc14 Destroy();
31 void OwnedWidgetGtk::Destroy() { function in class:libgtk2ui::OwnedWidgetGtk
/external/chromium_org/ppapi/c/
H A Dppp_message_handler.h87 void (*Destroy)(PP_Instance instance, void* user_data); member in struct:PPP_MessageHandler_0_2
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiamodule.cpp25 void CFPF_SkiaDeviceModule::Destroy() function in class:CFPF_SkiaDeviceModule
/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.cc22 Destroy();
30 void OwnedMailbox::Destroy() { function in class:content::OwnedMailbox
41 Destroy();
/external/chromium_org/ppapi/c/dev/
H A Dppb_messaging_deprecated.h33 void (*Destroy)(PP_Instance instance, void* user_data); member in struct:PPP_MessageHandler_0_1_Deprecated
H A Dppb_video_decoder_dev.h47 * - To tear down the decoder call Destroy().
159 void (*Destroy)(PP_Resource video_decoder); member in struct:PPB_VideoDecoder_Dev_0_16
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc38 void Destroy() { function in class:webrtc::test::MockSocketManager
/external/chromium_org/ui/gl/android/
H A Dsurface_texture_listener.cc22 void SurfaceTextureListener::Destroy(JNIEnv* env, jobject obj) { function in class:gfx::SurfaceTextureListener
/external/chromium_org/ui/gl/
H A Dgl_image_ref_counted_memory.cc32 void GLImageRefCountedMemory::Destroy(bool have_context) { function in class:gfx::GLImageRefCountedMemory
33 GLImageMemory::Destroy(have_context);
H A Dgl_surface_stub.cc9 void GLSurfaceStub::Destroy() { function in class:gfx::GLSurfaceStub
H A Dgl_image_shared_memory.cc53 void GLImageSharedMemory::Destroy(bool have_context) { function in class:gfx::GLImageSharedMemory
54 GLImageMemory::Destroy(have_context);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Module.h19 virtual void Destroy(){delete this;} function in class:CJS_Module
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc13 void AwGLSurface::Destroy() { function in class:android_webview::AwGLSurface
/external/chromium_org/android_webview/native/
H A Daw_picture.cc21 void AwPicture::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwPicture
/external/chromium_org/chrome/browser/android/enhanced_bookmarks/
H A Denhanced_bookmarks_bridge.cc25 void EnhancedBookmarksBridge::Destroy(JNIEnv*, jobject) { function in class:enhanced_bookmarks::android::EnhancedBookmarksBridge
/external/chromium_org/gpu/command_buffer/service/
H A Dimage_manager.cc19 void ImageManager::Destroy(bool have_context) { function in class:gpu::gles2::ImageManager
22 iter->second.get()->Destroy(have_context);
34 iter->second.get()->Destroy(true);
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dref_object.h49 virtual void Destroy() {} function in class:sdk_util::RefObject
58 Destroy();
/external/chromium_org/third_party/webrtc/base/
H A Dnethelpers.h42 virtual void Destroy(bool wait) { SignalThread::Destroy(wait); } function in class:rtc::AsyncResolver
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dprocessing_component.cc28 int ProcessingComponent::Destroy() { function in class:webrtc::ProcessingComponent
/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc30 void GlRenderer::Destroy() { function in class:webrtc::test::GlRenderer
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.cc48 void AXPlatformNodeBase::Destroy() { function in class:ui::AXPlatformNodeBase
/external/chromium_org/ui/base/android/
H A Dview_android.cc22 void ViewAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:ui::ViewAndroid
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp56 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp48 void CFX_GEModule::Destroy() function in class:CFX_GEModule

Completed in 2969 milliseconds

1234567891011