HomeSort by relevance Sort by last modified time
    Searched refs:DoRun (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
message_pump_mac.h 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
    [all...]
  /external/chromium/chrome/browser/service/
service_process_control.h 154 void DoRun();
service_process_control.cc 326 NewRunnableMethod(this, &Launcher::DoRun));
357 void ServiceProcessControl::Launcher::DoRun() {

Completed in 128 milliseconds