Home | History | Annotate | Download | only in base

Lines Matching refs:DoDelayedWork

23     // pump would otherwise call DoDelayedWork.  Returns true to indicate that
24 // work was done. DoDelayedWork will not be called if DoWork returns true.
30 // if DoDelayedWork returns true. Upon return |next_delayed_work_time|
31 // indicates the time when DoDelayedWork should be called again. If
35 virtual bool DoDelayedWork(Time* next_delayed_work_time) = 0;
62 // did_work |= delegate_->DoDelayedWork();
85 // and DoDelayedWork methods. This helps ensure that neither work queue
97 // the callouts (DoWork and DoDelayedWork) MUST still be provided even in
114 // Schedule a DoDelayedWork callback to happen at the specified time,
115 // cancelling any pending DoDelayedWork callback. This method may only be