Home
last modified time | relevance | path

Searched refs:next_run_time (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc36 base::TimeTicks next_run_time; // is_null() in Run() local
37 const bool has_more_work = DirectRunWork(delegate, &next_run_time); in Run()
41 if (next_run_time.is_null()) { in Run()
43 next_run_time = base::TimeTicks::Now(); in Run()
46 const base::TimeDelta& delta = next_run_time - start; in Run()
63 base::TimeTicks* next_run_time) { in DirectRunWork() argument
79 *next_run_time = next_work_info.delayed_run_time; in DirectRunWork()