Searched refs:Destroy (Results 1 - 25 of 632) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate_mock.cc13 Destroy();
H A Dasync_pixel_transfer_delegate_mock.h20 MOCK_METHOD0(Destroy, void());
/external/chromium_org/ui/gl/
H A Dgl_image_stub.cc13 Destroy();
16 void GLImageStub::Destroy() { function in class:gfx::GLImageStub
H A Dgl_surface_stub.cc9 void GLSurfaceStub::Destroy() { function in class:gfx::GLSurfaceStub
H A Dgl_image_io_surface.cc20 Destroy();
33 void GLImageIOSurface::Destroy() { function in class:gfx::GLImageIOSurface
/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_factory.h25 // must call Destroy().
29 virtual void Destroy(HttpPostProviderInterface* http) = 0;
/external/chromium_org/media/video/
H A Dmock_video_decode_accelerator.cc12 // Delete |this| when Destroy() is called.
13 ON_CALL(*this, Destroy())
/external/chromium/chrome/browser/ui/gtk/
H A Downed_widget_gtk.cc12 Destroy();
29 void OwnedWidgetGtk::Destroy() { function in class:OwnedWidgetGtk
H A Downed_widget_gtk.h24 // until the call to Destroy().
47 // g_object_unref(widget); // Destroy the initial reference we had claimed.
73 // been added. It is valid to never call Own(), in which case Destroy() will
74 // do nothing. If Own() has been called, you must explicitly call Destroy().
77 // You may call Destroy() after you have called Own(). Calling Destroy()
79 // Destroy() is also called in this object's destructor.
80 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
83 void Destroy();
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Downed_widget_gtk2.cc14 Destroy();
31 void OwnedWidgetGtk::Destroy() { function in class:libgtk2ui::OwnedWidgetGtk
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/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/ui/base/gtk/
H A Downed_widget_gtk.cc14 Destroy();
31 void OwnedWidgetGtk::Destroy() { function in class:ui::OwnedWidgetGtk
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_display.cc20 void LoginDisplay::Destroy() { function in class:chromeos::LoginDisplay
/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.h24 virtual NPError Destroy() OVERRIDE;
H A Dplugin_windowed_test.h25 virtual NPError Destroy();
/external/chromium_org/courgette/
H A Dadjustment_method.h41 virtual void Destroy();
/external/chromium_org/sync/internal_api/public/
H A Dhttp_post_provider_factory.h30 // must call Destroy().
34 virtual void Destroy(HttpPostProviderInterface* http) = 0;
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility.cc26 void NativeViewAccessibility::Destroy() { function in class:views::NativeViewAccessibility
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_shared_resources_unittests.cc34 gl1_.Destroy();
35 gl2_.Destroy();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnethelpers.h59 virtual void Destroy(bool wait) { SignalThread::Destroy(wait); } function in class:talk_base::AsyncResolver
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.h37 void Destroy(TabContentsDelegateImpl* delegate);
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc13 void AwGLSurface::Destroy() { function in class:android_webview::AwGLSurface
/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/content/renderer/pepper/
H A Dfullscreen_container.h31 virtual void Destroy() = 0;

Completed in 647 milliseconds

1234567891011>>