Searched defs:CleanUp (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_process_sub_thread.cc18 // CleanUp function to run.
31 void BrowserProcessSubThread::CleanUp() { function in class:BrowserProcessSubThread
H A Dio_thread.cc323 // CleanUp function to run.
472 void IOThread::CleanUp() { function in class:IOThread
544 BrowserProcessSubThread::CleanUp();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs101 protected override void CleanUp() { inflateEnd(ref _ztream); } method in class:DotZLib.Inflater
H A DDeflater.cs103 protected override void CleanUp() { deflateEnd(ref _ztream); } method in class:DotZLib.Deflater
H A DCodecBase.cs59 CleanUp(false);
125 CleanUp(false);
129 /// Releases any unmanaged resources and calls the <see cref="CleanUp()"/> method of the derived class
133 CleanUp(true);
140 protected abstract void CleanUp(); method in class:DotZLib.CodecBase
142 // performs the release of the handles and calls the dereived CleanUp()
143 private void CleanUp(bool isDisposing) method in class:DotZLib.CodecBase
147 CleanUp();
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A Dwin_ce_semaphore.c36 static SYNCHHANDLE CleanUp (SYNCHHANDLE hSynch, DWORD Flags);
94 result=CleanUp(hSynch, 6 /* An event and a mutex, but no semaphore. */);
197 static SYNCHHANDLE CleanUp (SYNCHHANDLE hSynch, DWORD Flags) function
/external/chromium/base/threading/
H A Dthread.h26 // (1) Thread::CleanUp()
51 // NOTE: If you are subclassing from Thread, and you wish for your CleanUp
140 virtual void CleanUp() {} function in class:base::Thread
143 // should prefer to use CleanUp(). This method is used when code needs to
H A Dthread_unittest.cc65 // Thread::CleanUp() was called.
84 // Must call Stop() manually to have our CleanUp() function called.
92 virtual void CleanUp() { function in class:__anon1641::CaptureToEventList
226 // (1) Thread::CleanUp()
229 TEST_F(ThreadTest, CleanUp) {
/external/chromium/net/base/
H A Dnetwork_change_notifier_linux.cc38 virtual void CleanUp();
80 void NetworkChangeNotifierLinux::Thread::CleanUp() { function in class:net::NetworkChangeNotifierLinux::Thread
H A Dnetwork_config_watcher_mac.cc37 virtual void CleanUp();
80 void NetworkConfigWatcherMacThread::CleanUp() { function in class:net::__anon2830::NetworkConfigWatcherMacThread
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.cc38 CleanUp();
125 void ExtensionView::CleanUp() { function in class:ExtensionView
/external/chromium/base/
H A Dshared_memory_unittest.cc30 static void CleanUp() { function in class:base::__anon1594::MultipleThreadMain
222 MultipleThreadMain::CleanUp();
253 MultipleThreadMain::CleanUp();
333 static void CleanUp() { function in class:base::SharedMemoryProcessTest
381 SharedMemoryProcessTest::CleanUp();
394 SharedMemoryProcessTest::CleanUp();
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc360 // CleanUp function to run.
419 void WatchDogThread::CleanUp() { function in class:WatchDogThread
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_drag_win.cc88 virtual void CleanUp() { function in class:DragDropThread
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc183 virtual void CleanUp() { function in class:net::__anon3026::IOThread
/external/v8/tools/
H A Dstats-viewer.py94 self.CleanUp()
129 def CleanUp(self): member in class:StatsViewer
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc384 void CleanUp() { function in class:ShellDialogThread
/external/v8/src/
H A Dheap.cc6892 void ExternalStringTable::CleanUp() { function in class:v8::internal::ExternalStringTable

Completed in 535 milliseconds