/external/chromium_org/net/http/ |
http_cache_unittest.cc | 295 std::string* response_headers) { 298 response.headers->GetNormalizedHeaders(response_headers); 304 std::string* response_headers, 312 response.headers->GetNormalizedHeaders(response_headers); 328 std::string* response_headers, 331 *response_headers = "Cache-Control: no-store\n"; 382 std::string* response_headers, 410 std::string* response_headers, 435 response_headers->assign("Date: Wed, 28 Nov 2007 09:40:09 GMT"); 456 response_headers->append(content_range) 2344 std::string response_headers; local 2532 std::string response_headers; local 2576 std::string response_headers; local [all...] |
http_network_transaction_unittest.cc | 354 std::string response_headers; local 355 EXPECT_TRUE(GetHeaders(entries[pos].params.get(), &response_headers)); 357 response_headers); [all...] |
/external/chromium_org/net/url_request/ |
url_request.cc | 483 HttpResponseHeaders* URLRequest::response_headers() const { function in class:net::URLRequest [all...] |
url_request_throttler_simulation_unittest.cc | 432 MockURLRequestThrottlerHeaderAdapter response_headers(status_code); 433 throttler_entry_->UpdateWithResponse(std::string(), &response_headers); variable
|
/external/chromium/net/http/ |
http_cache_unittest.cc | 775 std::string* response_headers) { 778 response.headers->GetNormalizedHeaders(response_headers); 794 std::string* response_headers, 797 *response_headers = "Cache-Control: no-store\n"; 847 std::string* response_headers, 867 std::string* response_headers, 892 response_headers->assign("Date: Wed, 28 Nov 2007 09:40:09 GMT"); 913 response_headers->append(content_range); 934 response_headers->replace(response_headers->find("Content-Length:") 2312 std::string response_headers; local 2500 std::string response_headers; local 2544 std::string response_headers; local [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.cc | 714 const net::HttpResponseHeaders* const response_headers = member in class:net 722 if (response_headers) { 724 if (response_headers->GetCharset(&charset)) { [all...] |