| /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()
|
| /external/cronet/base/task/ |
| D | thread_pool.cc | 26 bool PostTask(const Location& from_here, OnceClosure task) override { in PostTask() 48 bool ThreadPool::PostTask(const Location& from_here, OnceClosure task) { in PostTask() 53 bool ThreadPool::PostDelayedTask(const Location& from_here, in PostDelayedTask() 60 bool ThreadPool::PostTaskAndReply(const Location& from_here, in PostTaskAndReply() 68 bool ThreadPool::PostTask(const Location& from_here, in PostTask() 76 bool ThreadPool::PostDelayedTask(const Location& from_here, in PostDelayedTask() 85 bool ThreadPool::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
|
| D | sequenced_task_runner.cc | 23 bool SequencedTaskRunner::PostNonNestableTask(const Location& from_here, in PostNonNestableTask() 31 const Location& from_here, in PostCancelableDelayedTask() 49 const Location& from_here, in PostCancelableDelayedTaskAt() 70 const Location& from_here, in PostDelayedTaskAt() 108 const Location& from_here, in DeleteOrReleaseSoonInternal()
|
| D | task_runner.cc | 39 bool PostTaskAndReplyTaskRunner::PostTask(const Location& from_here, in PostTask() 46 bool TaskRunner::PostTask(const Location& from_here, OnceClosure task) { in PostTask() 50 bool TaskRunner::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
|
| D | deferred_sequenced_task_runner.cc | 43 bool DeferredSequencedTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 75 const Location& from_here, in PostNonNestableDelayedTask() 107 void DeferredSequencedTaskRunner::QueueDeferredTask(const Location& from_here, in QueueDeferredTask()
|
| D | thread_pool.h | 106 const Location& from_here, in PostTaskAndReplyWithResult() 156 const Location& from_here, in PostTaskAndReplyWithResult()
|
| D | sequenced_task_runner.h | 230 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() 236 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() 258 void ReleaseSoon(const Location& from_here, scoped_refptr<T>&& object) { in ReleaseSoon()
|
| D | post_job.cc | 18 const Location& from_here, in CreateJobTaskSource() 163 JobHandle PostJob(const Location& from_here, in PostJob() 178 JobHandle CreateJob(const Location& from_here, in CreateJob()
|
| /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
|
| /external/cronet/base/ |
| D | one_shot_event.cc | 33 Location from_here; member 49 void OneShotEvent::Post(const Location& from_here, in Post() 55 void OneShotEvent::PostDelayed(const Location& from_here, in PostDelayed() 88 void OneShotEvent::PostImpl(const Location& from_here, in PostImpl()
|
| /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 | deferred_sequenced_task_runner.cc | 37 bool DeferredSequencedTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 61 const Location& from_here, in PostNonNestableDelayedTask() 91 void DeferredSequencedTaskRunner::QueueDeferredTask(const Location& from_here, in QueueDeferredTask()
|
| 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/cronet/base/task/thread_pool/ |
| D | pooled_sequenced_task_runner.cc | 25 bool PooledSequencedTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 43 const Location& from_here, in PostDelayedTaskAt() 61 const Location& from_here, in PostNonNestableDelayedTask()
|
| /external/cronet/base/task/common/ |
| D | scoped_defer_task_posting.cc | 24 const Location& from_here, in PostOrDefer() 81 Location from_here, in DeferredTask() 95 const Location& from_here, in DeferTaskPosting()
|
| /external/cronet/base/win/ |
| D | object_watcher.cc | 26 const Location& from_here) { in StartWatchingOnce() 32 const Location& from_here) { in StartWatchingMultipleTimes() 77 const Location& from_here) { in StartWatchingInternal()
|
| /external/cronet/base/threading/ |
| D | post_task_and_reply_impl.cc | 22 PostTaskAndReplyRelay(const Location& from_here, in PostTaskAndReplyRelay() 112 const Location from_here = relay.from_here_; in RunTaskAndPostReply() local 138 bool PostTaskAndReplyImpl::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
|
| D | scoped_blocking_call.cc | 37 ScopedBlockingCall::ScopedBlockingCall(const Location& from_here, in ScopedBlockingCall() 61 ScopedBlockingCallWithBaseSyncPrimitives(const Location& from_here, in ScopedBlockingCallWithBaseSyncPrimitives()
|
| /external/libchrome/base/test/ |
| D | null_task_runner.cc | 13 bool NullTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 19 bool NullTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
|
| /external/cronet/base/test/ |
| D | null_task_runner.cc | 14 bool NullTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask() 20 bool NullTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
|
| /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()
|
| /external/libchrome/base/task/ |
| D | cancelable_task_tracker.h | 82 const Location& from_here, in PostTaskAndReplyWithResult() 101 const Location& from_here, in PostTaskAndReplyWithResult()
|