Searched defs:io_thread_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc242 static const BrowserThread::ID io_thread_id; member in class:ThreadWatcherTest
278 io_watcher_ = new CustomThreadWatcher(io_thread_id, io_thread_name,
280 EXPECT_EQ(io_watcher_, thread_watcher_list_->Find(io_thread_id));
328 const BrowserThread::ID ThreadWatcherTest::io_thread_id = BrowserThread::IO; member in class:ThreadWatcherTest
439 EXPECT_EQ(io_thread_id, io_watcher_->thread_id());
501 io_thread_id,
586 io_thread_id,

Completed in 85 milliseconds