Searched defs:response1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_http_stream_unittest.cc255 HttpResponseInfo response1; local
272 EXPECT_EQ(ERR_IO_PENDING, http_stream1->SendRequest(headers1, &response1,
H A Dspdy_network_transaction_unittest.cc927 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
928 EXPECT_TRUE(response1->headers.get() != NULL);
929 EXPECT_TRUE(response1->was_fetched_via_spdy);
930 out.status_line = response1->headers->GetStatusLine();
931 out.response_info = *response1;
1008 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
1009 EXPECT_TRUE(response1->headers.get() != NULL);
1010 EXPECT_TRUE(response1->was_fetched_via_spdy);
1011 out.status_line = response1->headers->GetStatusLine();
1012 out.response_info = *response1;
1107 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
1233 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
1380 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
1508 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
1640 const HttpResponseInfo* response1 = trans1.GetResponseInfo(); local
[all...]
/external/chromium_org/content/child/
H A Dmultipart_response_delegate_unittest.cc489 WebURLResponse response1; local
490 response1.initialize();
491 response1.setMIMEType("multipart/x-mixed-replace");
492 response1.setHTTPHeaderField("Content-Length", "200");
493 response1.setHTTPHeaderField("Content-type",
498 response1, &multipart_boundary);
563 WebURLResponse response1; local
564 response1.initialize();
565 response1.setMIMEType("application/pdf");
566 response1
[all...]
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc595 std::string response1; local
596 ASSERT_TRUE(client.ReadResponse(&response1));
597 ASSERT_TRUE(StartsWithASCII(response1, "HTTP/1.1 200 OK", true));
598 ASSERT_TRUE(EndsWith(response1, "Content for /test", true));
/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc5071 net::HttpResponseInfo response1; local
5072 response1.was_cached = false;
5073 response1.socket_address = net::HostPortPair("1.2.3.4", 80);
5074 response1.headers = new net::HttpResponseHeaders("HTTP/1.1 200 OK");
5078 response1.Persist(&pickle, false, false);
H A Dhttp_network_transaction_unittest.cc2805 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
2806 ASSERT_TRUE(response1 != NULL);
2807 ASSERT_TRUE(response1->headers.get() != NULL);
2808 EXPECT_EQ(1, response1->headers->GetContentLength());
2903 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
2904 ASSERT_TRUE(response1 != NULL);
2905 ASSERT_TRUE(response1->headers.get() != NULL);
2906 EXPECT_EQ(1, response1->headers->GetContentLength());
12826 const HttpResponseInfo* response1 = trans1->GetResponseInfo(); local
12827 ASSERT_TRUE(response1 !
[all...]

Completed in 129 milliseconds