Home | History | Annotate | Download | only in base

Lines Matching refs:DoRun

14 // own DoRun and Quit implementations.
65 // in the DoRun method. MessagePumpCFRunLoopBase::Run calls DoRun directly.
67 // up and tear down things before and after the "meat" of DoRun.
69 virtual void DoRun(Delegate* delegate) = 0;
194 virtual void DoRun(Delegate* delegate);
213 virtual void DoRun(Delegate* delegate);
232 virtual void DoRun(Delegate* delegate);
243 // True if DoRun is managing its own run loop as opposed to letting
246 // in DoRun.