Home
last modified time | relevance | path

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

1234

/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()
/external/cronet/base/task/
Dthread_pool.cc35 bool ThreadPool::PostTask(const Location& from_here, OnceClosure task) { in PostTask()
40 bool ThreadPool::PostDelayedTask(const Location& from_here, in PostDelayedTask()
47 bool ThreadPool::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
55 bool ThreadPool::PostTask(const Location& from_here, in PostTask()
63 bool ThreadPool::PostDelayedTask(const Location& from_here, in PostDelayedTask()
72 bool ThreadPool::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
Dsequenced_task_runner.cc23 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()
Dpost_job.cc21 const Location& from_here, in CreateJobTaskSource()
165 JobHandle PostJob(const Location& from_here, in PostJob()
176 JobHandle CreateJob(const Location& from_here, in CreateJob()
189 const Location& from_here, in CreateJobTaskSource()
Ddeferred_sequenced_task_runner.cc43 bool DeferredSequencedTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
75 const Location& from_here, in PostNonNestableDelayedTask()
112 void DeferredSequencedTaskRunner::QueueDeferredTask(const Location& from_here, in QueueDeferredTask()
Dtask_runner.cc18 bool TaskRunner::PostTask(const Location& from_here, OnceClosure task) { in PostTask()
22 bool TaskRunner::PostTaskAndReply(const Location& from_here, in PostTaskAndReply()
Dsequenced_task_runner.h230 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()
/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
/external/cronet/base/
Done_shot_event.cc33 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/
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()
Ddeferred_sequenced_task_runner.cc37 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()
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/cronet/base/task/thread_pool/
Dpooled_sequenced_task_runner.cc25 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/
Dscoped_defer_task_posting.cc24 const Location& from_here, in PostOrDefer()
81 Location from_here, in DeferredTask()
95 const Location& from_here, in DeferTaskPosting()
/external/cronet/base/win/
Dobject_watcher.cc26 const Location& from_here) { in StartWatchingOnce()
32 const Location& from_here) { in StartWatchingMultipleTimes()
77 const Location& from_here) { in StartWatchingInternal()
/external/libchrome/base/test/
Dnull_task_runner.cc13 bool NullTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
19 bool NullTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
/external/cronet/base/test/
Dnull_task_runner.cc14 bool NullTaskRunner::PostDelayedTask(const Location& from_here, in PostDelayedTask()
20 bool NullTaskRunner::PostNonNestableDelayedTask(const Location& from_here, in PostNonNestableDelayedTask()
/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()
/external/cronet/base/threading/
Dscoped_blocking_call.cc37 ScopedBlockingCall::ScopedBlockingCall(const Location& from_here, in ScopedBlockingCall()
61 ScopedBlockingCallWithBaseSyncPrimitives(const Location& from_here, in ScopedBlockingCallWithBaseSyncPrimitives()
Dpost_task_and_reply_impl.h51 const Location from_here = relay.from_here_; in RunTaskAndPostReply() local
86 const Location& from_here, in PostTaskAndReplyImpl()
/external/libchrome/base/task/
Dcancelable_task_tracker.h82 const Location& from_here, in PostTaskAndReplyWithResult()
101 const Location& from_here, in PostTaskAndReplyWithResult()
/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()

1234