Searched defs:Destroy (Results 26 - 50 of 259) sorted by relevance

1234567891011

/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc29 int ProcessingComponent::Destroy() { function in class:webrtc::ProcessingComponent
/external/chromium_org/cc/surfaces/
H A Dsurface_factory.cc29 void SurfaceFactory::Destroy(SurfaceId surface_id) { function in class:cc::SurfaceFactory
/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/android/
H A Dnavigation_popup.cc35 void NavigationPopup::Destroy(JNIEnv* env, jobject obj) { function in class:NavigationPopup
/external/chromium_org/chrome/browser/ui/android/toolbar/
H A Dtoolbar_model_android.cc25 void ToolbarModelAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:ToolbarModelAndroid
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfilesystem.cc39 void Filesystem::Destroy() { function in class:nacl_io::Filesystem
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc22 void PassthroughFs::Destroy() { function in class:nacl_io::PassthroughFs
/external/chromium_org/remoting/client/plugin/
H A Dpepper_address_resolver.cc58 void PepperAddressResolver::Destroy(bool wait) { function in class:remoting::PepperAddressResolver
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc61 void SignalThread::Destroy(bool wait) { function in class:rtc::SignalThread
92 // if (kInit == state_) use Destroy()
/external/chromium_org/ui/accessibility/
H A Dax_node.cc34 void AXNode::Destroy() { function in class:ui::AXNode
/external/chromium_org/ui/gl/
H A Dgl_context_stub.cc16 void GLContextStub::Destroy() {} function in class:gfx::GLContextStub
H A Dgl_context_wgl.cc23 Destroy();
50 Destroy();
57 Destroy();
65 void GLContextWGL::Destroy() { function in class:gfx::GLContextWGL
H A Dgl_image_surface_texture.cc32 void GLImageSurfaceTexture::Destroy(bool have_context) { function in class:gfx::GLImageSurfaceTexture
/external/zlib/src/contrib/delphi/
H A DZLib.pas90 destructor Destroy; override; procedure
119 destructor Destroy; override; procedure
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h195 inline void Destroy() { function in class:ceres::internal::ManualConstructor
/external/chromium_org/base/memory/
H A Dmanual_constructor.h111 inline void Destroy() { function in class:base::ManualConstructor
/external/chromium_org/chrome/browser/android/dom_distiller/
H A Dfeedback_reporter_android.cc39 void FeedbackReporterAndroid::Destroy(JNIEnv* env, jobject obj) { delete this; } function in class:dom_distiller::android::FeedbackReporterAndroid
/external/chromium_org/chrome/browser/android/
H A Dlogo_bridge.cc97 void LogoBridge::Destroy(JNIEnv* env, jobject obj) { function in class:LogoBridge
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_container_android.cc32 void InfoBarContainerAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:InfoBarContainerAndroid
/external/chromium_org/components/user_manager/
H A Duser_manager.cc54 void UserManager::Destroy() { function in class:user_manager::UserManager
/external/chromium_org/content/browser/android/
H A Dtracing_controller_android.cc28 void TracingControllerAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:content::TracingControllerAndroid
/external/chromium_org/content/public/browser/
H A Dbrowser_plugin_guest_delegate.h62 virtual void Destroy() {} function in class:content::BrowserPluginGuestDelegate
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc50 void GLContextVirtual::Destroy() { function in class:gpu::GLContextVirtual
113 Destroy();
H A Dvertex_array_manager.cc26 void VertexArrayManager::Destroy(bool have_context) { function in class:gpu::gles2::VertexArrayManager
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc35 void PpbBuffer::Destroy() { function in class:media::PpbBuffer
131 // Destroy the smallest buffer before allocating a new bigger buffer if the
155 frame_buffer_->Destroy();

Completed in 510 milliseconds

1234567891011