Searched defs:NextWorkInfo (Results 1 – 2 of 2) sorted by relevance
52 struct NextWorkInfo { struct55 TimeDelta remaining_delay() const { in remaining_delay()62 bool is_immediate() const { return delayed_run_time.is_null(); } in is_immediate()87 // about when DoWork() should be called again. If the returned NextWorkInfo argument
34 MessagePump::Delegate::NextWorkInfo NextWorkInfo(TimeTicks delayed_run_time) { in NextWorkInfo() function