Searched defs:Cleanup (Results 26 - 50 of 58) sorted by relevance

123

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc146 Cleanup();
328 Cleanup();
515 Cleanup();
555 void DragDropController::Cleanup() { function in class:ash::DragDropController
560 // Cleanup can be called again while deleting DragDropTracker, so use Pass
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc593 Cleanup();
832 void SandboxedUnpacker::Cleanup() { function in class:extensions::SandboxedUnpacker
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc53 // Post Cleanup() as a task so we don't recursively acquire lock_.
55 &VaapiVideoDecodeAccelerator::Cleanup, weak_this_));
890 void VaapiVideoDecodeAccelerator::Cleanup() { function in class:content::VaapiVideoDecodeAccelerator
918 Cleanup();
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc42 // In unit tests, Cleanup() might not have been called.
71 Cleanup();
152 void MockRenderProcessHost::Cleanup() { function in class:content::MockRenderProcessHost
/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.cc171 void HttpSM::Cleanup() { function in class:net::HttpSM
174 connection_->Cleanup("request complete");
H A Dsm_connection.cc241 Cleanup("OnShutdown");
245 void SMConnection::Cleanup(const char* cleanup) { function in class:net::SMConnection
246 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup;
302 Cleanup("HandleEvents");
492 Cleanup("DoRead");
526 void SMConnection::HandleResponseFullyRead() { sm_interface_->Cleanup(); }
621 Cleanup("DoWrite");
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc98 Cleanup();
373 SChannelAdapter::Cleanup() { function in class:rtc::SChannelAdapter
593 Cleanup();
H A Dopenssladapter.cc272 Cleanup();
343 Cleanup();
360 Cleanup();
401 OpenSSLAdapter::Cleanup() { function in class:rtc::OpenSSLAdapter
402 LOG(LS_INFO) << "Cleanup";
536 Cleanup();
H A Dopensslstreamadapter.cc180 Cleanup();
494 Cleanup();
556 Cleanup();
684 Cleanup();
689 void OpenSSLStreamAdapter::Cleanup() { function in class:rtc::OpenSSLStreamAdapter
690 LOG(LS_INFO) << "Cleanup";
H A Dnssstreamadapter.cc597 void NSSStreamAdapter::Cleanup() { function in class:rtc::NSSStreamAdapter
745 Cleanup();
/external/chromium_org/tools/valgrind/
H A Dvalgrind_test.py168 def Cleanup(self): member in class:BaseTool
211 self.Cleanup()
1079 def Cleanup(self): member in class:ThreadSanitizerRV1Mixin
1080 super(ThreadSanitizerRV1Mixin, self).Cleanup()
1103 def Cleanup(self): member in class:ThreadSanitizerRV2Mixin
1104 super(ThreadSanitizerRV2Mixin, self).Cleanup()
/external/clang/lib/CodeGen/
H A DCGBlocks.h154 EHScopeStack::stable_iterator Cleanup; member in class:clang::CodeGen::CGBlockInfo::Capture
166 return Cleanup;
170 Cleanup = cleanup;
H A DCGCleanup.cpp181 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); local
182 InnermostNormalCleanup = Cleanup.getEnclosingNormalCleanup();
183 InnermostEHScope = Cleanup.getEnclosingEHScope();
184 StartOfData += Cleanup.getAllocatedSize();
187 Cleanup.~EHCleanupScope();
273 void EHScopeStack::Cleanup::anchor() {}
468 EHScopeStack::Cleanup *Fn,
469 EHScopeStack::Cleanup::Flags flags,
661 EHScopeStack::Cleanup *Fn =
662 reinterpret_cast<EHScopeStack::Cleanup*>(CleanupBuffe
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp73 static std::vector<std::string> Cleanup; variable
494 Cleanup.push_back(ObjPath);
500 for (int i = 0, e = Cleanup.size(); i != e; ++i) {
501 std::error_code EC = sys::fs::remove(Cleanup[i]);
503 (*message)(LDPL_ERROR, "Failed to delete '%s': %s", Cleanup[i].c_str(),
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc447 void RemoteDesktopBrowserTest::Cleanup() { function in class:remoting::RemoteDesktopBrowserTest
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc428 void Cleanup() {} function in class:OldSampler
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc428 void Cleanup() {} function in class:OldSampler
/external/pcre/dist/
H A Dpcrecpp.cc100 void RE::Cleanup() { function in class:pcrecpp::RE
108 Cleanup();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.cc154 base::Bind(&PrivetRegisterOperationImpl::Cancelation::Cleanup,
344 void PrivetRegisterOperationImpl::Cancelation::Cleanup() { function in class:local_discovery::PrivetRegisterOperationImpl::Cancelation
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc1031 void ProcessSingleton::Cleanup() { function in class:ProcessSingleton
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc203 Cleanup();
260 Cleanup();
773 void VectorPlatformDeviceEmf::Cleanup() { function in class:skia::VectorPlatformDeviceEmf
983 Cleanup();
/external/lldb/source/Interpreter/
H A DCommandObject.cpp211 // CommandObject::Cleanup() after it has completed
328 CommandObject::Cleanup () function in class:CommandObject
1042 Cleanup();
1066 Cleanup();
/external/stressapptest/src/
H A Dsat.cc726 // We need to have called Cleanup() at this point.
1813 bool Sat::Cleanup() { function in class:Sat
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.cc233 // Shutdown the backend. This does nothing if Cleanup was already invoked.
234 Cleanup();
290 Cleanup();
859 void HistoryService::Cleanup() { function in class:HistoryService
896 // TODO(ajwong): Cleanup HistoryBackend lifetime issues.
965 Cleanup();
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc945 Cleanup();
1460 void RenderProcessHostImpl::Cleanup() { function in class:content::RenderProcessHostImpl
1945 Cleanup();
2036 Cleanup();
2248 Cleanup();

Completed in 1357 milliseconds

123