Searched refs:DeleteSoon (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/memory/ |
D | ref_counted_delete_on_message_loop.h | 64 task_runner_->DeleteSoon(FROM_HERE, t); in DestructOnMessageLoop()
|
/external/libchrome/base/ |
D | sequenced_task_runner.h | 123 bool DeleteSoon(const tracked_objects::Location& from_here, in DeleteSoon() function
|
D | sequence_checker_unittest.cc | 98 other_thread()->message_loop()->task_runner()->DeleteSoon( in PostDeleteToOtherThread()
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 132 base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, a); in RunTest_OneShotTimer_Cancel() 181 base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, a); in RunTest_RepeatingTimer_Cancel()
|
/external/libchrome/base/message_loop/ |
D | message_loop_task_runner_unittest.cc | 326 file_thread_->task_runner()->DeleteSoon(FROM_HERE, deleted_on_file)); in TEST_F()
|
D | message_loop.h | 211 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) { in DeleteSoon() function
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 175 file_thread_.task_runner()->DeleteSoon(FROM_HERE, delegate); in DeleteDelegateOnFileThread() 333 file_thread_.task_runner()->DeleteSoon(FROM_HERE, watcher); in TEST_F()
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 355 base::MessageLoopForIO::current()->DeleteSoon(FROM_HERE, poll_data); in MultiSocketCallback()
|
/external/libchrome/base/threading/ |
D | sequenced_worker_pool.cc | 1274 constructor_task_runner_->DeleteSoon(FROM_HERE, this); in OnDestruct()
|