Home
last modified time | relevance | path

Searched refs:MainThreadOnlyForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl_unittest.cc57 using ThreadControllerWithMessagePumpImpl::MainThreadOnlyForTesting;
802 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
808 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
814 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
839 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
849 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
857 thread_controller_.MainThreadOnlyForTesting().in_high_res_mode); in TEST_F()
H A Dthread_controller_with_message_pump_impl.h140 const MainThreadOnly& MainThreadOnlyForTesting() const { in MainThreadOnlyForTesting() function