Home
last modified time | relevance | path

Searched refs:SetAfterMonitorClosureForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher_unittest.cc172 hang_watcher_.SetAfterMonitorClosureForTesting(base::BindRepeating( in HangWatcherTest()
659 hang_watcher_.SetAfterMonitorClosureForTesting( in TEST_F()
713 hang_watcher_.SetAfterMonitorClosureForTesting( in TEST_F()
774 hang_watcher_.SetAfterMonitorClosureForTesting( in TEST_F()
885 hang_watcher_.SetAfterMonitorClosureForTesting( in TEST_F()
923 hang_watcher_.SetAfterMonitorClosureForTesting(BarrierClosure( in TEST_F()
956 hang_watcher_.SetAfterMonitorClosureForTesting( in TEST_F()
1002 hang_watcher_.SetAfterMonitorClosureForTesting( in WatchHangsInScopeBlockingTest()
H A Dhang_watcher.h209 void SetAfterMonitorClosureForTesting(base::RepeatingClosure closure);
H A Dhang_watcher.cc957 void HangWatcher::SetAfterMonitorClosureForTesting( in SetAfterMonitorClosureForTesting() function in base::HangWatcher