Searched refs:SetMonitoringPeriodForTesting (Results 1 – 3 of 3) sorted by relevance
180 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in HangWatcherTest()574 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in SetUp()835 hang_watcher_.SetMonitoringPeriodForTesting(kMonitoringPeriod); in HangWatcherPeriodicMonitoringTest()1010 hang_watcher_.SetMonitoringPeriodForTesting(kVeryLongDelta); in WatchHangsInScopeBlockingTest()
220 void SetMonitoringPeriodForTesting(base::TimeDelta period);
968 void HangWatcher::SetMonitoringPeriodForTesting(base::TimeDelta period) { in SetMonitoringPeriodForTesting() function in base::HangWatcher