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
176
if (desired_run_time_ >=
scheduled_run_time_
) {
208
scheduled_run_time_
= desired_run_time_ = Now() + delay;
213
scheduled_run_time_
= desired_run_time_ = TimeTicks();
241
if (desired_run_time_ >
scheduled_run_time_
) {
timer.h
181
// the given |delay|. |scheduled_task_| must be null. |
scheduled_run_time_
|
198
// at |
scheduled_run_time_
|.
210
TimeTicks
scheduled_run_time_
;
member in class:base::Timer
214
// greater than |
scheduled_run_time_
|, a continuation task will be posted to
Completed in 809 milliseconds