Home
last modified time | relevance | path

Searched refs:background_x11_thread (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc418 base::Thread* BrowserProcessImpl::background_x11_thread() { in background_x11_thread() function in BrowserProcessImpl
720 scoped_ptr<base::Thread> background_x11_thread( in CreateIOThread() local
722 if (!background_x11_thread->Start()) in CreateIOThread()
724 background_x11_thread_.swap(background_x11_thread); in CreateIOThread()
Dbrowser_process.h141 virtual base::Thread* background_x11_thread() = 0;
Dbrowser_process_impl.h59 virtual base::Thread* background_x11_thread();