Searched refs:response1 (Results 1 – 3 of 3) sorted by relevance
492 WebURLResponse response1; in TEST() local493 response1.initialize(); in TEST()494 response1.setMIMEType("multipart/x-mixed-replace"); in TEST()495 response1.setHTTPHeaderField("Content-Length", "200"); in TEST()496 response1.setHTTPHeaderField("Content-type", in TEST()501 response1, &multipart_boundary); in TEST()566 WebURLResponse response1; in TEST() local567 response1.initialize(); in TEST()568 response1.setMIMEType("application/pdf"); in TEST()569 response1.setHTTPHeaderField("Content-Length", "200"); in TEST()[all …]
691 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); in TEST_P() local692 EXPECT_TRUE(response1->headers != NULL); in TEST_P()693 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()694 out.status_line = response1->headers->GetStatusLine(); in TEST_P()695 out.response_info = *response1; in TEST_P()772 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); in TEST_P() local773 EXPECT_TRUE(response1->headers != NULL); in TEST_P()774 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()775 out.status_line = response1->headers->GetStatusLine(); in TEST_P()776 out.response_info = *response1; in TEST_P()[all …]
4114 net::HttpResponseInfo response1; in TEST() local4115 response1.was_cached = false; in TEST()4116 response1.socket_address = net::HostPortPair("1.2.3.4", 80); in TEST()4117 response1.headers = new net::HttpResponseHeaders("HTTP/1.1 200 OK"); in TEST()4121 response1.Persist(&pickle, false, false); in TEST()