Home
last modified time | relevance | path

Searched refs:BrowserProcessSubThread (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_sub_thread.cc13 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) in BrowserProcessSubThread() function in BrowserProcessSubThread
16 BrowserProcessSubThread::~BrowserProcessSubThread() { in ~BrowserProcessSubThread()
22 void BrowserProcessSubThread::Init() { in Init()
31 void BrowserProcessSubThread::CleanUp() { in CleanUp()
Dbrowser_process_sub_thread.h23 class BrowserProcessSubThread : public BrowserThread {
25 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
26 virtual ~BrowserProcessSubThread();
38 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);
Dbrowser_process_impl.cc721 new BrowserProcessSubThread(BrowserThread::BACKGROUND_X11)); in CreateIOThread()
741 new BrowserProcessSubThread(BrowserThread::FILE)); in CreateFileThread()
760 new BrowserProcessSubThread(BrowserThread::DB)); in CreateDBThread()
771 new BrowserProcessSubThread(BrowserThread::PROCESS_LAUNCHER)); in CreateProcessLauncherThread()
Dio_thread.cc296 : BrowserProcessSubThread(BrowserThread::IO), in IOThread()
414 BrowserProcessSubThread::Init(); in Init()
544 BrowserProcessSubThread::CleanUp(); in CleanUp()
Dio_thread.h49 class IOThread : public BrowserProcessSubThread {