Home
last modified time | relevance | path

Searched refs:response3 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/child/
Dmultipart_response_delegate_unittest.cc517 WebURLResponse response3; in TEST() local
518 response3.initialize(); in TEST()
519 response3.setMIMEType("multipart/byteranges"); in TEST()
521 response3.setHTTPHeaderField("Content-Length", "300"); in TEST()
522 response3.setHTTPHeaderField("Last-Modified", in TEST()
524 response3.setHTTPHeaderField("Date", "Thu, 11 Sep 2008 18:21:42 GMT"); in TEST()
525 response3.setHTTPHeaderField("Content-type", "multipart/byteranges"); in TEST()
529 response3, &multipart_boundary); in TEST()
602 WebURLResponse response3; in TEST() local
603 response3.initialize(); in TEST()
[all …]
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java147 HttpResponse response3 = client.execute(request3); in contentType() local
148 Header[] headers3 = response3.getHeaders("Content-Type"); in contentType()
150 assertNull(response3.getEntity().getContentType()); in contentType()
/external/chromium_org/net/server/
Dhttp_server_unittest.cc616 std::string response3; in TEST_F() local
617 ASSERT_TRUE(client.ReadResponse(&response3)); in TEST_F()
618 ASSERT_TRUE(StartsWithASCII(response3, "HTTP/1.1 200 OK", true)); in TEST_F()
619 ASSERT_TRUE(EndsWith(response3, "Content for /test3", true)); in TEST_F()
/external/chromium_org/net/spdy/
Dspdy_network_transaction_unittest.cc1252 const HttpResponseInfo* response3 = trans3->GetResponseInfo(); in TEST_P() local
1253 out.status_line = response3->headers->GetStatusLine(); in TEST_P()
1254 out.response_info = *response3; in TEST_P()
1400 const HttpResponseInfo* response3 = trans3->GetResponseInfo(); in TEST_P() local
1401 out.status_line = response3->headers->GetStatusLine(); in TEST_P()
1402 out.response_info = *response3; in TEST_P()