Home | History | Annotate | Download | only in metrics

Lines Matching refs:BrowserThread

63   CustomThreadWatcher(const BrowserThread::ID thread_id,
232 static const BrowserThread::ID io_thread_id;
234 static const BrowserThread::ID webkit_thread_id;
240 webkit_thread_.reset(new BrowserThread(BrowserThread::WEBKIT));
241 io_thread_.reset(new BrowserThread(BrowserThread::IO));
270 scoped_ptr<BrowserThread> webkit_thread_;
271 scoped_ptr<BrowserThread> io_thread_;
281 const BrowserThread::ID ThreadWatcherTest::io_thread_id = BrowserThread::IO;
283 const BrowserThread::ID ThreadWatcherTest::webkit_thread_id =
284 BrowserThread::WEBKIT;
349 BrowserThread::PostTask(
423 BrowserThread::PostTask(