ServiceIOThread 63 chrome/service/service_process.cc explicit ServiceIOThread(const char* name); ServiceIOThread 64 chrome/service/service_process.cc virtual ~ServiceIOThread(); ServiceIOThread 70 chrome/service/service_process.cc DISALLOW_COPY_AND_ASSIGN(ServiceIOThread); ServiceIOThread 73 chrome/service/service_process.cc ServiceIOThread::ServiceIOThread(const char* name) : base::Thread(name) {} ServiceIOThread 74 chrome/service/service_process.cc ServiceIOThread::~ServiceIOThread() { ServiceIOThread 78 chrome/service/service_process.cc void ServiceIOThread::CleanUp() { ServiceIOThread 159 chrome/service/service_process.cc io_thread_.reset(new ServiceIOThread("ServiceProcess_IO"));