HomeSort by relevance Sort by last modified time
    Searched refs:response_headers (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/net/tools/quic/
spdy_utils.h 24 const BalsaHeaders& response_headers);
30 BalsaHeaders* response_headers);
36 const BalsaHeaders& response_headers);
quic_in_memory_cache.cc 86 BalsaHeaders request_headers, response_headers; local
90 response_headers.SetRequestFirstlineFromStringPieces(version,
93 response_headers.AppendHeader("content-length",
96 AddResponse(request_headers, response_headers, body);
100 const BalsaHeaders& response_headers,
108 new_response->set_headers(response_headers);
144 BalsaHeaders request_headers, response_headers; local
152 framer.set_balsa_headers(&response_headers);
162 response_headers.DumpToString(&response_headers_str);
178 if (response_headers.HasHeader("X-Original-Url"))
    [all...]
quic_spdy_server_stream.h 50 void SendHeadersAndBody(const BalsaHeaders& response_headers,
quic_in_memory_cache.h 79 const BalsaHeaders& response_headers,
94 std::string GetKey(const BalsaHeaders& response_headers) const;
quic_in_memory_cache_test.cc 53 BalsaHeaders request_headers, response_headers; local
57 response_headers.SetRequestFirstlineFromStringPieces(version,
60 response_headers.AppendHeader("content-length",
70 response_headers.DumpToString(&response_headers_str);
75 cache->AddResponse(request_headers, response_headers, body);
end_to_end_test.cc 288 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
300 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
316 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
324 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
331 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
333 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
351 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
356 EXPECT_EQ(200u, client2->response_headers()->parsed_response_code());
368 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
382 EXPECT_EQ(200u, client_->response_headers()->parsed_response_code())
    [all...]
quic_spdy_server_stream.cc 114 const BalsaHeaders& response_headers,
122 SpdyUtils::ResponseHeadersToSpdyHeaders(response_headers);
spdy_utils.cc 144 const BalsaHeaders& response_headers) {
146 PopulateSpdyResponseHeaderBlock(response_headers, &block);
152 const BalsaHeaders& response_headers) {
153 SpdyHeaderBlock block = ResponseHeadersToSpdyHeaders(response_headers);
  /external/chromium_org/chrome/browser/captive_portal/
testing_utils.cc 16 const std::string& response_headers) {
18 net::HttpUtil::AssembleRawHeaders(response_headers.c_str(),
19 response_headers.length());
49 const char* response_headers) {
51 DCHECK(!response_headers);
56 if (response_headers) {
58 CreateResponseHeaders(response_headers));
testing_utils.h 40 const char* response_headers);
  /external/chromium_org/webkit/common/
resource_devtools_info.h 26 HeadersVector response_headers; member in struct:webkit_glue::ResourceDevToolsInfo
  /external/chromium_org/net/spdy/
spdy_stream_test_util.cc 28 const SpdyHeaderBlock& response_headers) {
59 const SpdyHeaderBlock& response_headers) {
61 response_headers_ = response_headers;
120 const SpdyHeaderBlock& response_headers) {
122 StreamDelegateBase::OnResponseHeadersUpdated(response_headers);
spdy_stream_test_util.h 31 const SpdyHeaderBlock& response_headers) OVERRIDE;
52 const SpdyHeaderBlock& response_headers) OVERRIDE;
104 const SpdyHeaderBlock& response_headers) OVERRIDE;
spdy_websocket_stream.h 46 const SpdyHeaderBlock& response_headers) = 0;
80 const SpdyHeaderBlock& response_headers) OVERRIDE;
spdy_websocket_stream.cc 91 const SpdyHeaderBlock& response_headers) {
93 delegate_->OnSpdyResponseHeadersUpdated(response_headers);
  /external/chromium/net/http/
http_vary_data.cc 22 const HttpResponseHeaders& response_headers) {
37 while (response_headers.EnumerateHeader(&iter, name, &request_header)) {
55 if (response_headers.IsRedirect(&location)) {
http_vary_data.h 45 const HttpResponseHeaders& response_headers);
  /external/chromium_org/net/http/
http_vary_data.cc 22 const HttpResponseHeaders& response_headers) {
37 while (response_headers.EnumerateHeader(&iter, name, &request_header)) {
55 if (response_headers.IsRedirect(&location)) {
http_vary_data.h 46 const HttpResponseHeaders& response_headers);
  /external/chromium_org/chrome/browser/prerender/
prerender_util.h 56 const net::HttpResponseHeaders* response_headers);
prerender_util.cc 170 const net::HttpResponseHeaders* response_headers) {
179 if (!response_headers)
185 while (response_headers->EnumerateHeaderLines(&iter, &name, &value)) {
241 request->response_headers());
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_http.cc 236 StringMap_t response_headers; local
243 &response_headers);
248 if (ParseContentLength(response_headers, &entity_length)) {
359 StringMap_t response_headers; local
366 &response_headers);
371 if (ParseContentLength(response_headers, &content_length)) {
432 StringMap_t response_headers; local
439 &response_headers);
454 if (ParseContentLength(response_headers, &content_length)) {
468 response_headers, &read_start, &read_end, &entity_length))
510 StringMap_t response_headers; local
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 146 scoped_refptr<net::HttpResponseHeaders> response_headers; local
149 &response_headers)) {
153 info->http_status_code = response_headers->response_code();
154 info->http_status_text = response_headers->GetStatusText();
159 info->response_headers.clear();
162 response_headers->EnumerateHeaderLines(&it, &name, &value); ) {
163 info->response_headers.push_back(std::make_pair(name, value));
167 response_headers->raw_headers());
  /external/chromium/android/autofill/
url_fetcher_proxy.h 124 net::HttpResponseHeaders* response_headers() const {return real_fetcher_->response_headers();}; function in class:URLFetcherProxy
  /external/chromium/net/url_request/
url_request_test_job.h 52 const std::string& response_headers,

Completed in 2896 milliseconds

1 2 3 4 5