Searched refs:ServiceIOThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_process.cc56 class ServiceIOThread : public base::Thread { class in namespace:__anon5876
58 explicit ServiceIOThread(const char* name);
59 virtual ~ServiceIOThread();
65 DISALLOW_COPY_AND_ASSIGN(ServiceIOThread);
68 ServiceIOThread::ServiceIOThread(const char* name) : base::Thread(name) {} function in class:__anon5876::ServiceIOThread
69 ServiceIOThread::~ServiceIOThread() {
73 void ServiceIOThread::CleanUp() {
140 io_thread_.reset(new ServiceIOThread("ServiceProcess_I
[all...]

Completed in 66 milliseconds