Home
last modified time | relevance | path

Searched defs:from_here (Results 1 – 25 of 29) sorted by relevance

12

/external/libchrome/base/task_scheduler/
Dpost_task.cc25 bool PostTask(const Location& from_here, OnceClosure task) override { in PostTask()
45 void PostTask(const Location& from_here, OnceClosure task) { in PostTask()
49 void PostDelayedTask(const Location& from_here, in PostDelayedTask()
55 void PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
62 void PostTaskWithTraits(const Location& from_here, in PostTaskWithTraits()
68 void PostDelayedTaskWithTraits(const Location& from_here, in PostDelayedTaskWithTraits()
81 void PostTaskWithTraitsAndReply(const Location& from_here, in PostTaskWithTraitsAndReply()
Dpost_task.h100 void PostTaskAndReplyWithResult(const Location& from_here, in PostTaskAndReplyWithResult()
113 void PostTaskAndReplyWithResult(const Location& from_here, in PostTaskAndReplyWithResult()
151 const Location& from_here, in PostTaskWithTraitsAndReplyWithResult()
170 void PostTaskWithTraitsAndReplyWithResult(const Location& from_here, in PostTaskWithTraitsAndReplyWithResult()
Dscheduler_worker_pool.cc57 bool PostDelayedTask(const Location& from_here, in PostDelayedTask()
95 bool PostDelayedTask(const Location& from_here, in PostDelayedTask()
108 bool PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
/external/libbrillo/brillo/
Dlocation_logging.h12 #define VLOG_LOC_STREAM(from_here, verbose_level) \ argument
16 #define VLOG_LOC(from_here, verbose_level) \ argument
20 #define DVLOG_LOC(from_here, verbose_level) \ argument
Dprocess_reaper.cc38 bool ProcessReaper::WatchForChild(const base::Location& from_here, in WatchForChild()
/external/libchrome/base/
Dsequenced_task_runner.h124 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon()
130 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon()
138 bool ReleaseSoon(const Location& from_here, const T* object) { in ReleaseSoon()
Dtask_runner.cc36 bool PostTaskAndReplyTaskRunner::PostTask(const Location& from_here, in PostTask()
43 bool TaskRunner::PostTask(const Location& from_here, OnceClosure task) { in PostTask()
47 bool TaskRunner::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
Dsequenced_task_runner.cc13 bool SequencedTaskRunner::PostNonNestableTask(const Location& from_here, in PostNonNestableTask()
20 const Location& from_here, in DeleteOrReleaseSoonInternal()
Dtask_runner_util.h35 const Location& from_here, in PostTaskAndReplyWithResult()
57 const Location& from_here, in PostTaskAndReplyWithResult()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner.cc27 bool MessageLoopTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
36 const Location& from_here, in PostNonNestableDelayedTask()
Dwatchable_io_message_pump_posix.cc10 FdWatchControllerInterface(const Location& from_here) in FdWatchControllerInterface()
Dmessage_pump_libevent.cc47 const Location& from_here) in FdWatchController()
Dincoming_task_queue.cc51 bool IncomingTaskQueue::AddToIncomingQueue(const Location& from_here, in AddToIncomingQueue()
/external/libchrome/base/task/
Dcancelable_task_tracker.h82 const Location& from_here, in PostTaskAndReplyWithResult()
101 const Location& from_here, in PostTaskAndReplyWithResult()
Dcancelable_task_tracker.cc69 const Location& from_here, in PostTask()
78 const Location& from_here, in PostTaskAndReply()
/external/libchrome/base/threading/
Dpost_task_and_reply_impl.cc22 PostTaskAndReplyRelay(const Location& from_here, in PostTaskAndReplyRelay()
113 bool PostTaskAndReplyImpl::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
/external/libchrome/base/test/
Dtest_simple_task_runner.cc19 bool TestSimpleTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
29 bool TestSimpleTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
Dtest_io_thread.cc41 void TestIOThread::PostTask(const Location& from_here, base::OnceClosure task) { in PostTask()
Dtest_mock_time_task_runner.cc91 bool PostDelayedTask(const Location& from_here, in PostDelayedTask()
102 bool PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
354 bool TestMockTimeTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
366 const Location& from_here, in PostNonNestableDelayedTask()
/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc17 const base::Location& from_here, in PostDelayedTask()
37 const base::Location& from_here, in WatchFileDescriptor()
Dmessage_loop.h65 TaskId PostTask(const base::Location& from_here, in PostTask()
Dbase_message_loop.cc85 const base::Location& from_here, in PostDelayedTask()
106 const base::Location& from_here, in WatchFileDescriptor()
/external/libchrome/base/task/sequence_manager/
Dtask_queue.cc98 bool TaskQueue::PostDelayedTask(const Location& from_here, in PostDelayedTask()
105 bool TaskQueue::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc35 bool PostNonNestableDelayedTask(const base::Location& from_here, in PostNonNestableDelayedTask()
42 bool PostDelayedTask(const base::Location& from_here, in PostDelayedTask()
/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc123 SimpleWatcher::SimpleWatcher(const base::Location& from_here, in SimpleWatcher()

12