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/chromium_org/base/timer/
timer.cc
126
if (desired_run_time_ >=
scheduled_run_time_
) {
152
scheduled_run_time_
= desired_run_time_ = TimeTicks::Now() + delay;
156
scheduled_run_time_
= desired_run_time_ = TimeTicks();
179
if (desired_run_time_ >
scheduled_run_time_
) {
timer.h
121
// with the given |delay|. scheduled_task_ must be NULL.
scheduled_run_time_
139
// RunScheduledTask() at
scheduled_run_time_
.
152
TimeTicks
scheduled_run_time_
;
member in class:base::Timer
156
// greater than
scheduled_run_time_
, a continuation task will be posted to
Completed in 127 milliseconds