Searched refs:response4 (Results 1 – 2 of 2) sorted by relevance
536 WebURLResponse response4; in TEST() local537 response4.initialize(); in TEST()538 response4.setMIMEType("multipart/byteranges"); in TEST()539 response4.setHTTPHeaderField("Content-Length", "200"); in TEST()540 response4.setHTTPHeaderField("Content-type", in TEST()546 response4, &multipart_boundary); in TEST()621 WebURLResponse response4; in TEST() local622 response4.initialize(); in TEST()623 response4.setMIMEType("application/pdf"); in TEST()624 response4.setHTTPHeaderField("Content-Length", "200"); in TEST()[all …]
1174 const HttpResponseInfo* response4 = trans4->GetResponseInfo(); in TEST_P() local1175 out.status_line = response4->headers->GetStatusLine(); in TEST_P()1176 out.response_info = *response4; in TEST_P()