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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h188 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, Registration);
189 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, ThreadResponding);
190 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, ThreadNotResponding);
191 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, MultipleThreadsResponding);
192 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, MultipleThreadsNotResponding);
410 friend class ThreadWatcherTest;
414 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, ThreadNamesOnlyArgs);
415 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, ThreadNamesAndLiveThresholdArgs);
416 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, CrashOnHangThreadsAllArgs);
H A Dthread_watcher_unittest.cc238 class ThreadWatcherTest : public ::testing::Test { class in inherits:::testing::Test
254 ThreadWatcherTest() function in class:ThreadWatcherTest
266 base::Bind(&ThreadWatcherTest::SetUpObjects, base::Unretained(this)));
304 virtual ~ThreadWatcherTest() {
324 const TimeDelta ThreadWatcherTest::kSleepTime =
326 const TimeDelta ThreadWatcherTest::kUnresponsiveTime =
328 const BrowserThread::ID ThreadWatcherTest::io_thread_id = BrowserThread::IO;
329 const std::string ThreadWatcherTest::io_thread_name = "IO";
330 const BrowserThread::ID ThreadWatcherTest::db_thread_id = BrowserThread::DB;
331 const std::string ThreadWatcherTest
[all...]

Completed in 120 milliseconds