Home
last modified time | relevance | path

Searched refs:gpu_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc225 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()
Dbrowser_process_impl.h182 scoped_ptr<base::Thread> gpu_thread_; variable