Searched refs:was_nested (Results 1 – 1 of 1) sorted by relevance
1464 bool* was_nested) { in PostAndQuitFromNestedRunloop() argument1466 runner->PostTask(FROM_HERE, BindOnce(&CheckIsNested, was_nested)); in PostAndQuitFromNestedRunloop()1476 bool was_nested = true; in TEST_P() local1480 RetainedRef(runners_[0]), Unretained(&was_nested))); in TEST_P()1483 EXPECT_FALSE(was_nested); in TEST_P()