Searched refs:result_waiter_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_body_drainer_unittest.cc65 : result_waiter_(result_waiter),
109 result_waiter_->set_result(not_reusable);
130 CloseResultWaiter* const result_waiter_; member in class:net::__anon2949::MockHttpStream
185 mock_stream_(new MockHttpStream(&result_waiter_)),
200 CloseResultWaiter result_waiter_; member in class:net::__anon2949::HttpResponseBodyDrainerTest
208 EXPECT_FALSE(result_waiter_.WaitForResult());
214 EXPECT_FALSE(result_waiter_.WaitForResult());
221 EXPECT_FALSE(result_waiter_.WaitForResult());
228 EXPECT_TRUE(result_waiter_.WaitForResult());
246 EXPECT_TRUE(result_waiter_
[all...]

Completed in 53 milliseconds