Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dbrowser_process_sub_thread.cc21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) in BrowserProcessSubThread() function in content::BrowserProcessSubThread
25 BrowserProcessSubThread::~BrowserProcessSubThread() { in ~BrowserProcessSubThread()
29 void BrowserProcessSubThread::Init() { in Init()
47 void BrowserProcessSubThread::CleanUp() { in CleanUp()
60 void BrowserProcessSubThread::IOThreadPreCleanUp() { in IOThreadPreCleanUp()
Dbrowser_process_sub_thread.h35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
38 virtual ~BrowserProcessSubThread();
56 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);
Dbrowser_main_loop.h171 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_;
Dbrowser_main_loop.cc636 scoped_ptr<BrowserProcessSubThread>* thread_to_start = NULL; in CreateThreads()
696 (*thread_to_start).reset(new BrowserProcessSubThread(id)); in CreateThreads()
/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 {
/external/chromium_org/tools/valgrind/tsan/
Dsuppressions.txt874 fun:content::BrowserProcessSubThread::~BrowserProcessSubThread