Searched refs:Destroy (Results 26 - 50 of 714) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gl/
H A Dgl_image_shared_memory.cc53 void GLImageSharedMemory::Destroy(bool have_context) { function in class:gfx::GLImageSharedMemory
54 GLImageMemory::Destroy(have_context);
H A Dgl_context_wgl.cc23 Destroy();
50 Destroy();
57 Destroy();
65 void GLContextWGL::Destroy() { function in class:gfx::GLContextWGL
H A Dgl_image_ref_counted_memory.h24 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_shared_memory.h21 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_surface_stub.h18 virtual void Destroy() OVERRIDE;
H A Dgl_surface_wgl.cc185 Destroy();
194 Destroy();
213 Destroy();
221 Destroy();
229 Destroy();
236 void NativeViewGLSurfaceWGL::Destroy() { function in class:gfx::NativeViewGLSurfaceWGL
295 Destroy();
303 Destroy();
315 Destroy();
322 Destroy();
329 void PbufferGLSurfaceWGL::Destroy() { function in class:gfx::PbufferGLSurfaceWGL
[all...]
H A Dgl_context_osmesa.cc43 void GLContextOSMesa::Destroy() { function in class:gfx::GLContextOSMesa
62 Destroy();
131 Destroy();
H A Dgl_surface_osmesa.cc35 void GLSurfaceOSMesa::Destroy() { function in class:gfx::GLSurfaceOSMesa
95 Destroy();
106 GLSurfaceOSMesaHeadless::~GLSurfaceOSMesaHeadless() { Destroy(); }
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc13 void AwGLSurface::Destroy() { function in class:android_webview::AwGLSurface
H A Daw_gl_surface.h20 virtual void Destroy() OVERRIDE;
/external/chromium_org/chrome/browser/android/
H A Dlogo_bridge.h20 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.cc40 void TestHttpBridgeFactory::Destroy(syncer::HttpPostProviderInterface* http) { function in class:browser_sync::TestHttpBridgeFactory
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Downed_widget_gtk2.h24 // until the call to Destroy().
47 // g_object_unref(widget); // Destroy the initial reference we had claimed.
74 // been added. It is valid to never call Own(), in which case Destroy() will
75 // do nothing. If Own() has been called, you must explicitly call Destroy().
78 // You may call Destroy() after you have called Own(). Calling Destroy()
80 // Destroy() is also called in this object's destructor.
81 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
84 void Destroy();
/external/chromium_org/content/renderer/pepper/
H A Dfullscreen_container.h31 virtual void Destroy() = 0;
/external/chromium_org/content/test/plugin/
H A Dplugin_windowed_test.h25 virtual NPError Destroy();
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate_mock.h20 MOCK_METHOD0(Destroy, void());
/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
/external/chromium_org/third_party/webrtc/base/
H A Dasyncresolverinterface.h32 virtual void Destroy(bool wait) = 0;
H A Dwin32window_unittest.cc51 wnd.Destroy();
62 wnd1.Destroy();
63 wnd2.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/gl/android/
H A Dsurface_texture_listener.cc22 void SurfaceTextureListener::Destroy(JNIEnv* env, jobject obj) { function in class:gfx::SurfaceTextureListener
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiamodule.cpp25 void CFPF_SkiaDeviceModule::Destroy() function in class:CFPF_SkiaDeviceModule
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_lose_context_chromium_unittest.cc30 gl1a_.Destroy();
31 gl1b_.Destroy();
32 gl2_.Destroy();
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl_unittest.cc127 void Destroy() { function in class:media::VideoRendererImplTest
128 SCOPED_TRACE("Destroy()");
322 // and/or Destroy().
326 Destroy();
331 Destroy();
340 Destroy();
345 Destroy();
356 Destroy();
365 Destroy();
375 Destroy();
[all...]
/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

Completed in 6717 milliseconds

1234567891011>>