Searched refs:gpu_thread_ (Results 1 – 2 of 2) sorted by relevance
225 gpu_thread_.reset(); in ~BrowserProcessImpl()414 return gpu_thread_.get(); in gpu_thread()791 DCHECK(!created_gpu_thread_ && !gpu_thread_.get()); in CreateGpuThread()810 gpu_thread_.swap(thread); in CreateGpuThread()
182 scoped_ptr<base::Thread> gpu_thread_; variable