/external/libchrome/base/task_scheduler/ |
D | post_task.cc | 25 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()
|
D | post_task.h | 100 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()
|
D | scheduler_worker_pool.cc | 57 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/ |
D | location_logging.h | 12 #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
|
D | process_reaper.cc | 38 bool ProcessReaper::WatchForChild(const base::Location& from_here, in WatchForChild()
|
/external/libchrome/base/ |
D | sequenced_task_runner.h | 124 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()
|
D | task_runner.cc | 36 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()
|
D | sequenced_task_runner.cc | 13 bool SequencedTaskRunner::PostNonNestableTask(const Location& from_here, in PostNonNestableTask() 20 const Location& from_here, in DeleteOrReleaseSoonInternal()
|
D | task_runner_util.h | 35 const Location& from_here, in PostTaskAndReplyWithResult() 57 const Location& from_here, in PostTaskAndReplyWithResult()
|
/external/libchrome/base/message_loop/ |
D | message_loop_task_runner.cc | 27 bool MessageLoopTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 36 const Location& from_here, in PostNonNestableDelayedTask()
|
D | watchable_io_message_pump_posix.cc | 10 FdWatchControllerInterface(const Location& from_here) in FdWatchControllerInterface()
|
D | message_pump_libevent.cc | 47 const Location& from_here) in FdWatchController()
|
D | incoming_task_queue.cc | 51 bool IncomingTaskQueue::AddToIncomingQueue(const Location& from_here, in AddToIncomingQueue()
|
/external/libchrome/base/task/ |
D | cancelable_task_tracker.h | 82 const Location& from_here, in PostTaskAndReplyWithResult() 101 const Location& from_here, in PostTaskAndReplyWithResult()
|
D | cancelable_task_tracker.cc | 69 const Location& from_here, in PostTask() 78 const Location& from_here, in PostTaskAndReply()
|
/external/libchrome/base/threading/ |
D | post_task_and_reply_impl.cc | 22 PostTaskAndReplyRelay(const Location& from_here, in PostTaskAndReplyRelay() 113 bool PostTaskAndReplyImpl::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
|
/external/libchrome/base/test/ |
D | test_simple_task_runner.cc | 19 bool TestSimpleTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 29 bool TestSimpleTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
|
D | test_io_thread.cc | 41 void TestIOThread::PostTask(const Location& from_here, base::OnceClosure task) { in PostTask()
|
D | test_mock_time_task_runner.cc | 91 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/ |
D | fake_message_loop.cc | 17 const base::Location& from_here, in PostDelayedTask() 37 const base::Location& from_here, in WatchFileDescriptor()
|
D | message_loop.h | 65 TaskId PostTask(const base::Location& from_here, in PostTask()
|
D | base_message_loop.cc | 85 const base::Location& from_here, in PostDelayedTask() 106 const base::Location& from_here, in WatchFileDescriptor()
|
/external/libchrome/base/task/sequence_manager/ |
D | task_queue.cc | 98 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/ |
D | bind_task_runner_unittest.cc | 35 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/ |
D | simple_watcher.cc | 123 SimpleWatcher::SimpleWatcher(const base::Location& from_here, in SimpleWatcher()
|