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

1234567891011>>

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate_mock.cc13 Destroy();
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/media/video/
H A Dvideo_encode_accelerator.cc18 Destroy();
H A Dmock_video_decode_accelerator.cc12 // Delete |this| when Destroy() is called.
13 ON_CALL(*this, Destroy())
H A Dvideo_decode_accelerator.cc26 Destroy();
/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/ui/gl/
H A Dgl_surface_stub.cc9 void GLSurfaceStub::Destroy() { function in class:gfx::GLSurfaceStub
H A Dgl_image_ref_counted_memory.cc32 void GLImageRefCountedMemory::Destroy(bool have_context) { function in class:gfx::GLImageRefCountedMemory
33 GLImageMemory::Destroy(have_context);
/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/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/skia/src/core/
H A DSkLazyPtr.h20 * These macros take an optional T* (*Create)() and void (*Destroy)(T*) at the end.
23 * Create comes first, so you may use a custom Create with a default Destroy, but not vice versa.
74 template <typename P, void (*Destroy)(P)>
80 Destroy(ptr);
104 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
111 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create());
117 template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
132 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
140 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
146 Destroy((
[all...]
/external/skia/src/core/
H A DSkLazyPtr.h20 * These macros take an optional T* (*Create)() and void (*Destroy)(T*) at the end.
23 * Create comes first, so you may use a custom Create with a default Destroy, but not vice versa.
74 template <typename P, void (*Destroy)(P)>
80 Destroy(ptr);
92 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
99 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create());
105 template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
120 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
128 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
134 Destroy((
[all...]
/external/chromium_org/cc/surfaces/
H A Dsurface_unittest.cc22 factory.Destroy(surface_id);
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dscoped_test_user_manager.cc22 chrome_user_manager_->Destroy();
/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.h24 virtual NPError Destroy() OVERRIDE;
/external/chromium_org/courgette/
H A Dadjustment_method.h41 virtual void Destroy();
/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/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/accessibility/platform/
H A Dax_platform_node.h20 // Call Destroy rather than deleting this, because the subclass may
22 virtual void Destroy() = 0;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiamodule.h16 virtual void Destroy();
H A Dfx_android_imp.cpp29 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy();
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_shared_resources_unittest.cc27 gl1_.Destroy();
28 gl2_.Destroy();
/external/chromium_org/ppapi/api/
H A Dppp_message_handler.idl75 void Destroy([in] PP_Instance instance, [inout] mem_t user_data);
/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/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();

Completed in 4038 milliseconds

1234567891011>>