OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scheduled_run_time_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/timer/
timer.cc
132
if (desired_run_time_ >=
scheduled_run_time_
) {
158
scheduled_run_time_
= desired_run_time_ = TimeTicks::Now() + delay;
162
scheduled_run_time_
= desired_run_time_ = TimeTicks();
191
if (desired_run_time_ >
scheduled_run_time_
) {
timer.h
133
// with the given |delay|. scheduled_task_ must be NULL.
scheduled_run_time_
156
// RunScheduledTask() at
scheduled_run_time_
.
173
TimeTicks
scheduled_run_time_
;
member in class:base::Timer
177
// greater than
scheduled_run_time_
, a continuation task will be posted to
Completed in 39 milliseconds