Home | History | Annotate | Download | only in browser

Lines Matching refs:background_x11_thread

418 base::Thread* BrowserProcessImpl::background_x11_thread() {
720 scoped_ptr<base::Thread> background_x11_thread(
722 if (!background_x11_thread->Start())
724 background_x11_thread_.swap(background_x11_thread);