Home
last modified time | relevance | path

Searched refs:DeleteSoon (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/
Dsequenced_task_runner.h124 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() function
130 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() function
131 return DeleteSoon(from_here, object.release()); in DeleteSoon()
168 task_runner_->DeleteSoon(FROM_HERE, ptr); in operator()
/external/libchrome/base/memory/
Dref_counted_delete_on_sequence.h72 owning_task_runner_->DeleteSoon(FROM_HERE, t); in DestructOnSequence()
/external/libchrome/base/threading/
Dpost_task_and_reply_impl.cc58 reply_task_runner_->DeleteSoon(from_here_, std::move(relay_to_delete)); in ~PostTaskAndReplyRelay()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc39 message_loop_for_io_task_runner_->DeleteSoon(FROM_HERE, watcher_.release()); in ~Controller()
/external/libchrome/base/timer/
Dtimer_unittest.cc226 SequencedTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, a); in RunTest_OneShotTimers_Cancel()
265 SequencedTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, a); in RunTest_RepeatingTimer_Cancel()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc328 file_thread_->task_runner()->DeleteSoon(FROM_HERE, deleted_on_file)); in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/
Dthread_safe_interface_ptr.h222 caller_task_runner_->DeleteSoon(FROM_HERE, std::move(responder_)); in ~ForwardToCallingThread()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc365 base::MessageLoopForIO::current()->task_runner()->DeleteSoon(FROM_HERE, in MultiSocketCallback()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc935 other_thread_task_runner->DeleteSoon(FROM_HERE, math_calc_impl); in TEST_P()
Dassociated_interface_unittest.cc1152 other_thread_task_runner->DeleteSoon(FROM_HERE, context); in TEST_F()