Searched refs:MainThreadType (Results 1 – 5 of 5) sorted by relevance
33 ScopedTaskEnvironment::MainThreadType main_thread_type) { in CreateMessageLoopForMainThreadType()35 case ScopedTaskEnvironment::MainThreadType::DEFAULT: in CreateMessageLoopForMainThreadType()37 case ScopedTaskEnvironment::MainThreadType::MOCK_TIME: in CreateMessageLoopForMainThreadType()39 case ScopedTaskEnvironment::MainThreadType::UI: in CreateMessageLoopForMainThreadType()41 case ScopedTaskEnvironment::MainThreadType::IO: in CreateMessageLoopForMainThreadType()95 MainThreadType main_thread_type, in ScopedTaskEnvironment()100 main_thread_type == MainThreadType::MOCK_TIME in ScopedTaskEnvironment()105 main_thread_type == MainThreadType::MOCK_TIME in ScopedTaskEnvironment()109 main_thread_type == MainThreadType::MOCK_TIME in ScopedTaskEnvironment()116 main_thread_type == MainThreadType::IO in ScopedTaskEnvironment()
34 : public testing::TestWithParam<ScopedTaskEnvironment::MainThreadType> {};44 ScopedTaskEnvironment::MainThreadType main_thread_type, in RunUntilIdleTest()220 if (GetParam() == ScopedTaskEnvironment::MainThreadType::MOCK_TIME) { in TEST_P()253 ScopedTaskEnvironment::MainThreadType::IO, in TEST_F()277 ScopedTaskEnvironment::MainThreadType::MOCK_TIME, in TEST_F()309 ::testing::Values(ScopedTaskEnvironment::MainThreadType::DEFAULT));313 ::testing::Values(ScopedTaskEnvironment::MainThreadType::MOCK_TIME));317 ::testing::Values(ScopedTaskEnvironment::MainThreadType::UI));321 ::testing::Values(ScopedTaskEnvironment::MainThreadType::IO));
68 enum class MainThreadType { enum94 MainThreadType main_thread_type = MainThreadType::DEFAULT,
89 + // MainThreadType::MOCK_TIME.90 + using TimeSource = MainThreadType;
25 test::ScopedTaskEnvironment::MainThreadType::UI); in TEST()