Searched refs:Destroy (Results 276 - 300 of 714) sorted by relevance

<<11121314151617181920>>

/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc29 int ProcessingComponent::Destroy() { function in class:webrtc::ProcessingComponent
/external/chromium_org/base/prefs/
H A Dpref_member.h113 void Destroy();
192 void Destroy() { function in class:PrefMember
193 subtle::PrefMemberBase::Destroy();
H A Dpref_member_unittest.cc43 void Destroy() { function in class:__anon2410::GetPrefValueHelper
44 pref_.Destroy();
315 helper->Destroy();
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc106 PPB_VideoDecoder_Impl::~PPB_VideoDecoder_Impl() { Destroy(); }
223 void PPB_VideoDecoder_Impl::Destroy() { function in class:content::PPB_VideoDecoder_Impl
229 ::ppapi::PPB_VideoDecoder_Shared::Destroy();
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager_unittest.cc121 buffer_manager.Destroy(false);
181 buffer_manager.Destroy(false);
216 buffer_manager.Destroy(false);
H A Dquery_manager_unittest.cc56 manager_->Destroy(false);
176 TEST_F(QueryManagerTest, Destroy) {
188 manager_->Destroy(true);
497 manager->Destroy(false);
531 manager->Destroy(false);
569 manager->Destroy(false);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h36 virtual void Destroy() OVERRIDE;
98 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); }
188 buffer_->Destroy();
/external/chromium_org/third_party/webrtc/base/
H A Dautodetectproxy.cc37 resolver_->Destroy(false);
139 resolver_->Destroy(false);
182 resolver_->Destroy(false);
/external/chromium_org/ui/gl/
H A Dgl_context_cgl.cc115 Destroy();
123 void GLContextCGL::Destroy() { function in class:gfx::GLContextCGL
298 Destroy();
H A Dgl_surface_ozone.cc64 Destroy(); // EGL surface must be destroyed before SurfaceOzone
77 Destroy();
151 Destroy(); // EGL surface must be destroyed before SurfaceOzone
H A Dgl_surface_glx.cc472 void NativeViewGLSurfaceGLX::Destroy() { function in class:gfx::NativeViewGLSurfaceGLX
602 Destroy();
656 Destroy();
664 void PbufferGLSurfaceGLX::Destroy() { function in class:gfx::PbufferGLSurfaceGLX
695 Destroy();
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc51 Destroy();
54 void WinWindow::Destroy() { function in class:ui::WinWindow
68 Destroy();
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc45 Destroy();
57 Destroy();
67 void AcceleratedSurface::Destroy() { function in class:AcceleratedSurface
/external/opencv/otherlibs/highgui/
H A Dimage.cpp60 void CvvImage::Destroy() function in class:CvvImage
67 Destroy();
85 Destroy();
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc321 Destroy();
324 void ShortcutHelper::Destroy() { function in class:ShortcutHelper
366 Destroy();
408 Destroy();
424 Destroy();
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dnative_theme_gtk2.cc119 fake_entry_.Destroy();
120 fake_label_.Destroy();
121 fake_button_.Destroy();
122 fake_tree_.Destroy();
123 fake_menu_.Destroy();
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder_unittest.cc64 Destroy();
92 void Destroy() { function in class:media::FFmpegVideoDecoderTest
457 Destroy();
464 Destroy();
472 Destroy();
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc66 factory_.Destroy(one_id);
80 factory_.Destroy(root_surface_id_);
196 factory_.Destroy(embedded_surface_id);
252 factory_.Destroy(embedded_surface_id);
390 factory_.Destroy(embedded_surface_id);
431 factory_.Destroy(surface_with_no_frame_id);
486 factory_.Destroy(child_surface_id);
548 factory_.Destroy(child_surface_id);
708 factory_.Destroy(child_one_surface_id);
709 factory_.Destroy(child_two_surface_i
[all...]
/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp98 void Destroy();
409 Children[i]->Destroy();
601 CurChild->Destroy();
613 void RopePieceBTreeNode::Destroy() {
723 getRoot(Root)->Destroy();
734 getRoot(Root)->Destroy();
/external/lldb/scripts/Python/interface/
H A DSBProcess.i213 ") Destroy;
215 Destroy ();
223 %feature("docstring", "Same as Destroy(self).") Destroy;
/external/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h55 static void Destroy(JNIEnv* env, jobject jcaller, function in namespace:base::android
58 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
59 return native->Destroy(env, jcaller);
329 "V", reinterpret_cast<void*>(Destroy) },
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc118 Destroy();
131 Destroy();
287 void WebGraphicsContext3DCommandBufferImpl::Destroy() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc59 Destroy();
85 void TextureImageTransportSurface::Destroy() { function in class:content::TextureImageTransportSurface
89 helper_->Destroy();
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc55 Destroy();
58 void X11Window::Destroy() { function in class:ui::X11Window
216 Destroy();
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc93 context->thread->Destroy();
96 void AsanThread::Destroy() { function in class:__asan::AsanThread
174 // the thread's memory as non-live from the moment we call Destroy(), even
176 // cleaned up by a user-defined TSD destructor. Thus, calling Destroy() before
179 this->Destroy();

Completed in 4036 milliseconds

<<11121314151617181920>>