Searched refs:BrowserProcessSubThread (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc249 NOINLINE void ResetThread_DB(scoped_ptr<BrowserProcessSubThread> thread) {
253 NOINLINE void ResetThread_FILE(scoped_ptr<BrowserProcessSubThread> thread) {
258 scoped_ptr<BrowserProcessSubThread> thread) {
263 scoped_ptr<BrowserProcessSubThread> thread) {
267 NOINLINE void ResetThread_CACHE(scoped_ptr<BrowserProcessSubThread> thread) {
271 NOINLINE void ResetThread_IO(scoped_ptr<BrowserProcessSubThread> thread) {
653 scoped_ptr<BrowserProcessSubThread>* thread_to_start = NULL;
717 (*thread_to_start).reset(new BrowserProcessSubThread(id));
H A Dbrowser_main_loop.h186 scoped_ptr<BrowserProcessSubThread> db_thread_;
187 scoped_ptr<BrowserProcessSubThread> file_user_blocking_thread_;
188 scoped_ptr<BrowserProcessSubThread> file_thread_;
189 scoped_ptr<BrowserProcessSubThread> process_launcher_thread_;
190 scoped_ptr<BrowserProcessSubThread> cache_thread_;
191 scoped_ptr<BrowserProcessSubThread> io_thread_;
H A Dbrowser_process_sub_thread.cc21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) function in class:content::BrowserProcessSubThread
25 BrowserProcessSubThread::~BrowserProcessSubThread() {
29 void BrowserProcessSubThread::Init() {
47 void BrowserProcessSubThread::CleanUp() {
60 void BrowserProcessSubThread::IOThreadPreCleanUp() {
H A Dbrowser_process_sub_thread.h27 // BrowserProcessSubThread
35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl { class in namespace:content
37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
38 virtual ~BrowserProcessSubThread();
56 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);

Completed in 1275 milliseconds