Home
last modified time | relevance | path

Searched refs:response1 (Results 1 – 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
Dmultipart_response_delegate_unittest.cc492 WebURLResponse response1; in TEST() local
493 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() local
567 response1.initialize(); in TEST()
568 response1.setMIMEType("application/pdf"); in TEST()
569 response1.setHTTPHeaderField("Content-Length", "200"); in TEST()
[all …]
/external/chromium/net/spdy/
Dspdy_network_transaction_unittest.cc691 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); in TEST_P() local
692 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() local
773 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 …]
/external/chromium/net/http/
Dhttp_cache_unittest.cc4114 net::HttpResponseInfo response1; in TEST() local
4115 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()