Searched refs:BrowserProcessSubThread (Results 1 – 10 of 10) sorted by relevance
21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) in BrowserProcessSubThread() function in content::BrowserProcessSubThread25 BrowserProcessSubThread::~BrowserProcessSubThread() { in ~BrowserProcessSubThread()29 void BrowserProcessSubThread::Init() { in Init()47 void BrowserProcessSubThread::CleanUp() { in CleanUp()60 void BrowserProcessSubThread::IOThreadPreCleanUp() { in IOThreadPreCleanUp()
35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);38 virtual ~BrowserProcessSubThread();56 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);
171 scoped_ptr<BrowserProcessSubThread> db_thread_;172 scoped_ptr<BrowserProcessSubThread> file_user_blocking_thread_;173 scoped_ptr<BrowserProcessSubThread> file_thread_;174 scoped_ptr<BrowserProcessSubThread> process_launcher_thread_;175 scoped_ptr<BrowserProcessSubThread> cache_thread_;176 scoped_ptr<BrowserProcessSubThread> io_thread_;
636 scoped_ptr<BrowserProcessSubThread>* thread_to_start = NULL; in CreateThreads()696 (*thread_to_start).reset(new BrowserProcessSubThread(id)); in CreateThreads()
13 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) in BrowserProcessSubThread() function in BrowserProcessSubThread16 BrowserProcessSubThread::~BrowserProcessSubThread() { in ~BrowserProcessSubThread()22 void BrowserProcessSubThread::Init() { in Init()31 void BrowserProcessSubThread::CleanUp() { in CleanUp()
23 class BrowserProcessSubThread : public BrowserThread {25 explicit BrowserProcessSubThread(BrowserThread::ID identifier);26 virtual ~BrowserProcessSubThread();38 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);
721 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()
296 : BrowserProcessSubThread(BrowserThread::IO), in IOThread()414 BrowserProcessSubThread::Init(); in Init()544 BrowserProcessSubThread::CleanUp(); in CleanUp()
49 class IOThread : public BrowserProcessSubThread {
874 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread