HomeSort by relevance Sort by last modified time
    Searched refs:CleanUp (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/
browser_process_sub_thread.h 30 virtual void CleanUp();
browser_process_sub_thread.cc 18 // CleanUp function to run.
31 void BrowserProcessSubThread::CleanUp() {
io_thread.h 105 // IOThread::CleanUp(), IOThread will iterate through known getters and
108 // |url_request_context_getter| is being deleted before IOThread::CleanUp() is
132 virtual void CleanUp();
174 // member variables should be deleted in CleanUp().
214 // IOThread::CleanUp().
io_thread.cc 323 // CleanUp function to run.
472 void IOThread::CleanUp() {
544 BrowserProcessSubThread::CleanUp();
  /external/chromium/net/base/
network_config_watcher_mac.cc 37 virtual void CleanUp();
80 void NetworkConfigWatcherMacThread::CleanUp() {
network_change_notifier_linux.cc 38 virtual void CleanUp();
80 void NetworkChangeNotifierLinux::Thread::CleanUp() {
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.c 36 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)
  /external/chromium/base/
shared_memory_unittest.cc 30 static void CleanUp() {
222 MultipleThreadMain::CleanUp();
253 MultipleThreadMain::CleanUp();
333 static void CleanUp() {
381 SharedMemoryProcessTest::CleanUp();
394 SharedMemoryProcessTest::CleanUp();
  /external/chromium/base/threading/
thread.h 26 // (1) Thread::CleanUp()
51 // NOTE: If you are subclassing from Thread, and you wish for your CleanUp
140 virtual void CleanUp() {}
143 // should prefer to use CleanUp(). This method is used when code needs to
thread_unittest.cc 65 // Thread::CleanUp() was called.
84 // Must call Stop() manually to have our CleanUp() function called.
92 virtual void CleanUp() {
226 // (1) Thread::CleanUp()
229 TEST_F(ThreadTest, CleanUp) {
thread.cc 166 // Let the thread do extra cleanup.
167 CleanUp();
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.h 81 void CleanUp();
extension_view.cc 38 CleanUp();
125 void ExtensionView::CleanUp() {
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 306 virtual void CleanUp();
thread_watcher.cc 360 // CleanUp function to run.
419 void WatchDogThread::CleanUp() {
  /external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc 183 virtual void CleanUp() {
228 // is running on IOThread). The IOThread::Cleanup() will verify that after
  /external/v8/tools/
stats-viewer.py 94 self.CleanUp()
129 def CleanUp(self):
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 88 virtual void CleanUp() {
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 384 void CleanUp() {
    [all...]
  /external/v8/src/
heap.h 401 void CleanUp();
    [all...]
mark-compact.cc 731 heap()->external_string_table_.CleanUp();
    [all...]
heap.cc     [all...]

Completed in 517 milliseconds