Searched refs:set_main_thread (Results 1 – 10 of 10) sorted by relevance
26 gpu_process_->set_main_thread(new GpuChildThread(channel_id_)); in Init()
357 gpu_process.set_main_thread(child_thread); in GpuMain()
30 ppapi_broker_process.set_main_thread( in PpapiBrokerMain()
134 ppapi_process.set_main_thread( in PpapiPluginMain()
38 utility_process.set_main_thread(new UtilityThreadImpl()); in UtilityMain()
44 child_process_->set_main_thread(new UtilityThreadImpl(channel_id_)); in InitInternal()
43 void set_main_thread(ChildThread* thread);
79 void ChildProcess::set_main_thread(ChildThread* thread) { in set_main_thread() function in content::ChildProcess
63 plugin_process.set_main_thread(new PluginThread()); in PluginMain()
419 ChildProcess::current()->set_main_thread(this); in Init()