Searched refs:got_response (Results 1 – 1 of 1) sorted by relevance
162 void DoStuff(bool* got_response, in DoStuff() argument184 *got_response = true; in DoStuff()188 void DoStuff2(bool* got_response, in DoStuff2() argument192 *got_response = true; in DoStuff2()214 bool got_response = false; in TEST_P() local218 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()221 EXPECT_FALSE(got_response); in TEST_P()227 EXPECT_TRUE(got_response); in TEST_P()239 bool got_response = false; in TEST_P() local243 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()[all …]