Home
last modified time | relevance | path

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

123456

/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/stable/base/task/
Dsequenced_task_runner.cc22 bool SequencedTaskRunner::PostNonNestableTask(const Location& from_here, in PostNonNestableTask()
30 const Location& from_here, in PostCancelableDelayedTask()
48 const Location& from_here, in PostCancelableDelayedTaskAt()
69 const Location& from_here, in PostDelayedTaskAt()
80 const Location& from_here, in RunOrPostTask()
123 const Location& from_here, in DeleteOrReleaseSoonInternal()
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()
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()
/external/cronet/tot/base/task/
Dsequenced_task_runner.cc22 bool SequencedTaskRunner::PostNonNestableTask(const Location& from_here, in PostNonNestableTask()
30 const Location& from_here, in PostCancelableDelayedTask()
48 const Location& from_here, in PostCancelableDelayedTaskAt()
69 const Location& from_here, in PostDelayedTaskAt()
80 const Location& from_here, in RunOrPostTask()
123 const Location& from_here, in DeleteOrReleaseSoonInternal()
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()
/external/cronet/stable/base/memory/
Dpost_delayed_memory_reduction_task.cc17 const Location& from_here, in PostDelayedMemoryReductionTask()
30 const Location& from_here, in PostDelayedMemoryReductionTask()
55 void Start(const Location& from_here, in Start()
83 void Start(const Location& from_here, in Start()
101 void StartInternal(const Location& from_here, in StartInternal()
173 const Location& from_here, in Start()
/external/cronet/tot/base/memory/
Dpost_delayed_memory_reduction_task.cc17 const Location& from_here, in PostDelayedMemoryReductionTask()
30 const Location& from_here, in PostDelayedMemoryReductionTask()
55 void Start(const Location& from_here, in Start()
83 void Start(const Location& from_here, in Start()
101 void StartInternal(const Location& from_here, in StartInternal()
173 const Location& from_here, in Start()
/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/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()
/external/cronet/stable/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/tot/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/tot/base/task/common/
Dscoped_defer_task_posting.cc23 const Location& from_here, in PostOrDefer()
80 Location from_here, in DeferredTask()
94 const Location& from_here, in DeferTaskPosting()
/external/cronet/stable/base/task/common/
Dscoped_defer_task_posting.cc23 const Location& from_here, in PostOrDefer()
80 Location from_here, in DeferredTask()
94 const Location& from_here, in DeferTaskPosting()
/external/cronet/stable/base/
Done_shot_event.cc35 Location from_here; member
51 void OneShotEvent::Post(const Location& from_here, in Post()
57 void OneShotEvent::PostDelayed(const Location& from_here, in PostDelayed()
/external/cronet/tot/base/
Done_shot_event.cc35 Location from_here; member
51 void OneShotEvent::Post(const Location& from_here, in Post()
57 void OneShotEvent::PostDelayed(const Location& from_here, in PostDelayed()
/external/cronet/stable/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/cronet/tot/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/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/tot/base/win/
Dobject_watcher.cc30 const Location& from_here) { in StartWatchingOnce()
36 const Location& from_here) { in StartWatchingMultipleTimes()
98 const Location& from_here) { in StartWatchingInternal()
/external/cronet/stable/base/win/
Dobject_watcher.cc30 const Location& from_here) { in StartWatchingOnce()
36 const Location& from_here) { in StartWatchingMultipleTimes()
98 const Location& from_here) { in StartWatchingInternal()

123456