Searched refs:io_watcher_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc250 CustomThreadWatcher* io_watcher_; 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));
306 io_watcher_ = NULL;
439 EXPECT_EQ(io_thread_id, io_watcher_->thread_id());
440 EXPECT_EQ(io_thread_name, io_watcher_->thread_name());
441 EXPECT_EQ(kSleepTime, io_watcher_->sleep_time());
442 EXPECT_EQ(kUnresponsiveTime, io_watcher_->unresponsive_time());
443 EXPECT_FALSE(io_watcher_->active());
464 base::Unretained(io_watcher_)));
[all...]

Completed in 98 milliseconds