OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetNextDelayedDoWork
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/task/sequence_manager/test/
mock_time_domain.cc
31
void MockTimeDomain::
SetNextDelayedDoWork
(LazyNow* lazy_now,
lazy_thread_controller_for_test.cc
101
void LazyThreadControllerForTest::
SetNextDelayedDoWork
(LazyNow* lazy_now,
104
ThreadControllerImpl::
SetNextDelayedDoWork
(lazy_now, run_time);
/external/libchrome/base/task/sequence_manager/
time_domain.cc
33
// for SequenceManagerImpl which will expose
SetNextDelayedDoWork
and
36
void TimeDomain::
SetNextDelayedDoWork
(LazyNow* lazy_now, TimeTicks run_time) {
37
sequence_manager_->
SetNextDelayedDoWork
(lazy_now, run_time);
90
SetNextDelayedDoWork
(lazy_now, new_wake_up.value());
95
SetNextDelayedDoWork
(lazy_now, TimeTicks::Max());
thread_controller_impl.cc
79
void ThreadControllerImpl::
SetNextDelayedDoWork
(LazyNow* lazy_now,
110
"ThreadControllerImpl::
SetNextDelayedDoWork
::PostDelayedTask",
thread_controller_with_message_pump_impl.cc
60
void ThreadControllerWithMessagePumpImpl::
SetNextDelayedDoWork
(
149
SetNextDelayedDoWork
(&lazy_now, lazy_now.Now() + do_work_delay);
151
SetNextDelayedDoWork
(&lazy_now, TimeTicks::Max());
sequence_manager_impl.cc
290
void SequenceManagerImpl::
SetNextDelayedDoWork
(LazyNow* lazy_now,
292
controller_->
SetNextDelayedDoWork
(lazy_now, run_time);
Completed in 806 milliseconds