Searched refs:Destroy (Results 201 - 225 of 714) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.h26 virtual void Destroy();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc22 void PassthroughFs::Destroy() { function in class:nacl_io::PassthroughFs
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dtcp_node.h27 virtual void Destroy();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_node.h23 MOCK_METHOD0(Destroy, void());
/external/chromium_org/ppapi/proxy/
H A Dmessage_handler.cc100 !handler_if->Destroy) {
138 !handler_if->Destroy) {
163 // In that case, we unfortunately just can't call Destroy.
169 base::Bind(handler_if_0_1_->Destroy,
175 base::Bind(handler_if_->Destroy,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.h41 virtual void Destroy() OVERRIDE;
/external/chromium_org/remoting/client/plugin/
H A Dpepper_address_resolver.cc58 void PepperAddressResolver::Destroy(bool wait) { function in class:remoting::PepperAddressResolver
/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/modules/video_processing/main/interface/
H A Dvideo_processing.h87 static void Destroy(VideoProcessingModule* module);
/external/chromium_org/ui/base/android/
H A Dwindow_android.h27 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/ui/gl/
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_image_memory.h25 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_surface_texture.cc32 void GLImageSurfaceTexture::Destroy(bool have_context) { function in class:gfx::GLImageSurfaceTexture
H A Dgl_surface_win.cc49 virtual void Destroy() OVERRIDE;
130 Destroy();
141 void NativeViewGLSurfaceOSMesa::Destroy() { function in class:gfx::NativeViewGLSurfaceOSMesa
147 GLSurfaceOSMesa::Destroy();
H A Dgl_surface_x11.cc32 virtual void Destroy() OVERRIDE;
113 Destroy();
120 void NativeViewGLSurfaceOSMesa::Destroy() { function in class:gfx::NativeViewGLSurfaceOSMesa
149 // Destroy the previous pixmap and graphics context.
271 Destroy();
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.h27 void Destroy();
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.h56 void Destroy();
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility.h24 // Call Destroy rather than deleting this, because the subclass may
26 virtual void Destroy();
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp56 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/external/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cc67 fake_stack->Destroy(0);
103 fs->Destroy(0);
132 fs->Destroy(0);
149 fs->Destroy(0);
/external/lldb/test/python_api/default-constructor/
H A Dsb_process.py31 obj.Destroy()
/external/pdfium/core/include/fxge/
H A Dfpf.h15 virtual void Destroy() = 0;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp48 void CFX_GEModule::Destroy() function in class:CFX_GEModule
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCUser.java38 private Destroy destroy;
130 public Destroy getDestroy() {
191 public void setDestroy(Destroy destroy) {
566 public static class Destroy { class in class:MUCUser

Completed in 490 milliseconds

1234567891011>>