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

12345678

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiamodule.cpp21 void CFPF_SkiaDeviceModule::Destroy() { function in class:CFPF_SkiaDeviceModule
H A Dfpf_skiamodule.h22 void Destroy() override;
H A Dfx_android_imp.cpp24 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy();
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_factory.cc24 void Destroy(VideoEncoder* encoder) override { delete encoder; }
/external/webrtc/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();
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCodeReader.cpp107 CBC_QRCoderMode::Destroy();
108 CBC_QRCoderErrorCorrectionLevel::Destroy();
109 CBC_QRDataMask::Destroy();
110 CBC_QRCoderVersion::Destroy();
H A DBC_QRDataMask.h21 static void Destroy();
H A DBC_QRCoderErrorCorrectionLevel.h28 static void Destroy();
H A DBC_QRCoderMode.h42 static void Destroy();
H A DBC_QRCoderVersion.h47 static void Destroy();
/external/webrtc/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();
H A Dnethelpers.h42 void Destroy(bool wait) override;
/external/webrtc/webrtc/test/
H A Dvcm_capturer.cc32 Destroy();
48 Destroy();
81 void VcmCapturer::Destroy() { function in class:webrtc::test::VcmCapturer
95 VcmCapturer::~VcmCapturer() { Destroy(); }
/external/libweave/third_party/chromium/base/
H A Dcallback_unittest.cc39 BindState() : BindStateBase(&Destroy) {}
43 static void Destroy(BindStateBase* self) { function in struct:base::internal::BindState
52 BindState() : BindStateBase(&Destroy) {}
56 static void Destroy(BindStateBase* self) { function in struct:base::internal::BindState
/external/webrtc/webrtc/modules/audio_device/android/
H A Dopensles_common.h41 (*obj_)->Destroy(obj_);
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc38 void Destroy() { function in class:webrtc::test::MockSocketManager
H A Dudp_transport_unittest.cc49 void Destroy() { function in class:webrtc::test::MockUdpSocketManager
113 UdpTransport::Destroy(transport);
139 mock_manager->Destroy();
/external/webrtc/webrtc/test/gl/
H A Dgl_renderer.h36 void Destroy();
/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc53 t->Destroy();
56 void MsanThread::Destroy() { function in class:__msan::MsanThread
H A Dmsan_thread.h26 void Destroy();
/external/libbrillo/brillo/minijail/
H A Dminijail.cc29 void Minijail::Destroy(struct minijail* jail) { function in class:brillo::Minijail
118 Destroy(jail);
126 Destroy(jail);
135 Destroy(jail);
146 Destroy(jail);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc37 t.Destroy(m);
55 t.Destroy(m);
92 t.Destroy(m);
108 t2.Destroy(m);
124 t2.Destroy(m);
149 t2.Destroy(m);
163 MainThread().Destroy(m);
/external/libchrome/base/
H A Dcallback_unittest.cc38 BindState() : BindStateBase(&Destroy) {}
42 static void Destroy(BindStateBase* self) { function in struct:base::internal::BindState
51 BindState() : BindStateBase(&Destroy) {}
55 static void Destroy(BindStateBase* self) { function in struct:base::internal::BindState
/external/libchrome/base/memory/
H A Dmanual_constructor.h61 inline void Destroy() { function in class:base::ManualConstructor

Completed in 685 milliseconds

12345678