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

  /external/chromium/net/http/
http_response_body_drainer_unittest.cc 65 : result_waiter_(result_waiter),
109 result_waiter_->set_result(not_reusable);
130 CloseResultWaiter* const result_waiter_; member in class:net::__anon4504::MockHttpStream
185 mock_stream_(new MockHttpStream(&result_waiter_)),
200 CloseResultWaiter result_waiter_; member in class:net::__anon4504::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_.WaitForResult())
    [all...]

Completed in 39 milliseconds