HomeSort by relevance Sort by last modified time
    Searched refs:raw_headers (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/http/
http_response_headers_unittest.cc 21 const char* raw_headers; member in struct:__anon2485::TestData
29 const string raw_headers; member in struct:__anon2485::ContentTypeTestData
49 string raw_headers(test.raw_headers);
50 HeadersToRaw(&raw_headers);
55 new HttpResponseHeaders(raw_headers);
294 const char* raw_headers; member in struct:__anon2486
449 std::string headers = tests[i].raw_headers;
657 string headers(tests[i].raw_headers);
    [all...]
http_response_headers.h 29 // Parses the given raw_headers. raw_headers should be formatted thus:
35 // NOTE: For now, raw_headers is not really 'raw' in that this constructor is
40 explicit HttpResponseHeaders(const std::string& raw_headers);
239 const std::string& raw_headers() const { return raw_headers_; } function in class:net::HttpResponseHeaders
287 // Replaces the current headers with the merged version of |raw_headers| and
291 void MergeWithHeaders(const std::string& raw_headers,
http_cache_unittest.cc 807 std::string raw_headers(net::HttpUtil::AssembleRawHeaders(response.data(),
810 new net::HttpResponseHeaders(raw_headers);
    [all...]
http_response_headers.cc 203 void HttpResponseHeaders::MergeWithHeaders(const std::string& raw_headers,
205 std::string new_raw_headers(raw_headers);
    [all...]
  /external/chromium/net/flip/
flip_session.cc 92 std::string raw_headers(version);
93 raw_headers.push_back(' ');
94 raw_headers.append(status);
95 raw_headers.push_back('\0');
115 raw_headers.append(it->first);
116 raw_headers.push_back(':');
117 raw_headers.append(tval);
118 raw_headers.push_back('\0');
123 response->headers = new HttpResponseHeaders(raw_headers);
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 243 return response_headers_->raw_headers();

Completed in 71 milliseconds