Home
last modified time | relevance | path

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

/external/libchrome/base/
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));