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

/external/chromium/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc228 class ThreadWatcherTest : public ::testing::Test { class in inherits:::testing::Test
239 ThreadWatcherTest() { function in class:ThreadWatcherTest
259 ~ThreadWatcherTest() {
277 const TimeDelta ThreadWatcherTest::kSleepTime =
279 const TimeDelta ThreadWatcherTest::kUnresponsiveTime =
281 const BrowserThread::ID ThreadWatcherTest::io_thread_id = BrowserThread::IO;
282 const std::string ThreadWatcherTest::io_thread_name = "IO";
283 const BrowserThread::ID ThreadWatcherTest::webkit_thread_id =
285 const std::string ThreadWatcherTest::webkit_thread_name = "WEBKIT";
289 TEST_F(ThreadWatcherTest, Registratio
[all...]

Completed in 56 milliseconds