Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Drun_loop_unittest.cc202 enum class RunLoopTestType { enum
216 RunLoopTestEnvironment(RunLoopTestType type) { in RunLoopTestEnvironment()
218 case RunLoopTestType::kRealEnvironment: { in RunLoopTestEnvironment()
222 case RunLoopTestType::kTestDelegate: { in RunLoopTestEnvironment()
237 class RunLoopTest : public testing::TestWithParam<RunLoopTestType> {
563 testing::Values(RunLoopTestType::kRealEnvironment));
566 testing::Values(RunLoopTestType::kTestDelegate));
/aosp_15_r20/external/cronet/base/
H A Drun_loop_unittest.cc200 enum class RunLoopTestType { enum
214 explicit RunLoopTestEnvironment(RunLoopTestType type) { in RunLoopTestEnvironment()
216 case RunLoopTestType::kRealEnvironment: { in RunLoopTestEnvironment()
220 case RunLoopTestType::kTestDelegate: { in RunLoopTestEnvironment()
235 class RunLoopTest : public testing::TestWithParam<RunLoopTestType> {
595 testing::Values(RunLoopTestType::kRealEnvironment));
598 testing::Values(RunLoopTestType::kTestDelegate));