HomeSort by relevance Sort by last modified time
    Searched full:got_response (Results 1 - 1 of 1) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 166 void DoStuff(bool* got_response,
188 *got_response = true;
192 void DoStuff2(bool* got_response,
196 *got_response = true;
220 bool got_response = false; local
224 base::Bind(&DoStuff, &got_response, &got_text_reply,
227 EXPECT_FALSE(got_response);
233 EXPECT_TRUE(got_response);
244 bool got_response = false; local
248 base::Bind(&DoStuff, &got_response, &got_text_reply
282 bool got_response = false; local
    [all...]

Completed in 66 milliseconds