OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteSoon
(Results
1 - 9
of
9
) sorted by null
/external/libchrome/base/memory/
ref_counted_delete_on_message_loop.h
66
task_runner_->
DeleteSoon
(FROM_HERE, t);
/external/libchrome/base/
sequenced_task_runner.h
123
bool
DeleteSoon
(const tracked_objects::Location& from_here,
sequence_checker_unittest.cc
98
other_thread()->message_loop()->
DeleteSoon
(
/external/libchrome/base/timer/
timer_unittest.cc
128
base::MessageLoop::current()->
DeleteSoon
(FROM_HERE, a);
177
base::MessageLoop::current()->
DeleteSoon
(FROM_HERE, a);
/external/libchrome/base/message_loop/
message_loop.h
204
void
DeleteSoon
(const tracked_objects::Location& from_here, const T* object) {
message_loop_task_runner_unittest.cc
318
file_thread_->task_runner()->
DeleteSoon
(FROM_HERE, deleted_on_file));
/external/libchrome/base/files/
file_path_watcher_unittest.cc
175
file_thread_.task_runner()->
DeleteSoon
(FROM_HERE, delegate);
328
file_thread_.task_runner()->
DeleteSoon
(FROM_HERE, watcher);
/external/libbrillo/brillo/http/
http_transport_curl.cc
355
base::MessageLoopForIO::current()->
DeleteSoon
(FROM_HERE, poll_data);
/external/libchrome/base/threading/
sequenced_worker_pool.cc
[
all
...]
Completed in 316 milliseconds