Lines Matching defs:response

178   HttpResponseInfo response;
192 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
355 HttpResponseInfo response;
365 headers, &response, callback.callback()));
368 // This results in writing the post body and reading the response headers.
433 HttpResponseInfo response;
436 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
452 // Read response headers.
456 // Read and check |chunk1| response.
464 // Read and check |chunk2| response.
472 // Read and check |chunk3| response.
482 ASSERT_TRUE(response.headers.get());
483 ASSERT_EQ(200, response.headers->response_code());
532 HttpResponseInfo response;
535 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
550 // Read response headers.
554 // Read and check |chunk1| response.
562 // Read and check |chunk2| response.
570 ASSERT_TRUE(response.headers.get());
571 ASSERT_EQ(200, response.headers->response_code());
617 HttpResponseInfo response;
620 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
629 // Read response headers.
633 // Read and check |chunk| response.
642 ASSERT_TRUE(response.headers.get());
643 ASSERT_EQ(200, response.headers->response_code());
672 HttpResponseInfo response;
680 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
746 HttpResponseInfo response;
750 EXPECT_EQ(ERR_IO_PENDING, http_stream->SendRequest(headers, &response,
772 // Read response headers.
776 // Read and check |chunk1| response.
786 ASSERT_TRUE(response.headers.get());
787 ASSERT_EQ(200, response.headers->response_code());