Searched defs:Destroy (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/
H A Downed_widget_gtk.cc12 Destroy();
29 void OwnedWidgetGtk::Destroy() { function in class:OwnedWidgetGtk
H A Dhover_controller_gtk.cc57 void HoverControllerGtk::Destroy() { function in class:HoverControllerGtk
125 Destroy();
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_display.cc20 void LoginDisplay::Destroy() { function in class:chromeos::LoginDisplay
H A Ddom_login_display.cc34 void DOMLoginDisplay::Destroy() { function in class:chromeos::DOMLoginDisplay
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp43 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc29 int ProcessingComponent::Destroy() { function in class:webrtc::ProcessingComponent
H A Daudio_processing_impl.cc54 void AudioProcessing::Destroy(AudioProcessing* apm) { function in class:webrtc::AudioProcessing
108 component->Destroy();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.cc76 void SignalThread::Destroy(bool wait) { function in class:talk_base::SignalThread
107 // if (kInit == state_) use Destroy()
H A Dwin32window.cc75 void Win32Window::Destroy() { function in class:talk_base::Win32Window
/external/clang/lib/AST/
H A DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/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/chromium/chrome/browser/
H A Dblocked_content_container.cc79 Destroy();
94 void BlockedContentContainer::Destroy() { function in class:BlockedContentContainer
H A Dgpu_process_host_ui_shim.cc135 void GpuProcessHostUIShim::Destroy(int host_id) { function in class:GpuProcessHostUIShim
190 // Destroy the command buffer that owns the accelerated surface.
/external/chromium/chrome/browser/prefs/
H A Dpref_member.cc21 Destroy();
39 void PrefMemberBase::Destroy() { function in class:subtle::PrefMemberBase
H A Dpref_member.h90 void Destroy();
149 void Destroy() { function in class:PrefMember
150 subtle::PrefMemberBase::Destroy();
/external/clang/include/clang/Sema/
H A DParsedTemplate.h203 void Destroy() { function in struct:clang::TemplateIdAnnotation
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc53 summary->thread()->Destroy();
57 void AsanThread::Destroy() { function in class:__asan::AsanThread
104 this->Destroy();
/external/opencv/otherlibs/highgui/
H A Dimage.cpp60 void CvvImage::Destroy() function in class:CvvImage
67 Destroy();
85 Destroy();
/external/v8/src/
H A Dlazy-instance.h104 static void Destroy(T* /* instance */) {} function in struct:v8::internal::LeakyInstanceTrait
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.cc51 handler_->Destroy(this);
128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate) { function in class:InstantUnloadHandler
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.cc68 void HttpBridgeFactory::Destroy(sync_api::HttpPostProviderInterface* http) { function in class:browser_sync::HttpBridgeFactory
/external/clang/include/clang/Lex/
H A DMacroInfo.h124 /// Destroy - destroy this MacroInfo object.
125 void Destroy() { function in class:clang::MacroInfo
/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h74 void Destroy(AllocatorTy &Allocator) { function in class:llvm::ScopedHashTableVal
250 ThisEntry->Destroy(HT.getAllocator());
/external/stressapptest/src/
H A Dpattern.cc334 Destroy();
383 int PatternList::Destroy() { function in class:PatternList
/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc59 void Destroy();
332 void MultiThreadedProxyResolver::Executor::Destroy() { function in class:net::MultiThreadedProxyResolver::Executor
372 // The important cleanup happens as part of Destroy(), which should always be
374 DCHECK(!coordinator_) << "Destroy() was not called";
495 // Destroy all of the current threads and their proxy resolvers.
528 executor->Destroy();

Completed in 435 milliseconds

12