GetNormalizedHeader  269 android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc     response_headers->GetNormalizedHeader("content-disposition",
GetNormalizedHeader  257 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   request_data.original_response_headers->GetNormalizedHeader(
GetNormalizedHeader  135 net/http/http_response_headers.h   bool GetNormalizedHeader(const std::string& name, std::string* value) const;
GetNormalizedHeader  293 net/http/http_response_headers_unittest.cc TEST(HttpResponseHeadersTest, GetNormalizedHeader) {
GetNormalizedHeader  303 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->GetNormalizedHeader("cache-control", &value));
GetNormalizedHeader  729 net/http/http_response_headers_unittest.cc     EXPECT_TRUE(parsed->GetNormalizedHeader("content-type", &value));
GetNormalizedHeader  664 net/url_request/url_fetcher_impl_unittest.cc   EXPECT_TRUE(source->GetResponseHeaders()->GetNormalizedHeader("cache-control",
GetNormalizedHeader  496 net/url_request/url_request.cc     response_info_.headers->GetNormalizedHeader(name, value);
GetNormalizedHeader   21 net/url_request/url_request_throttler_header_adapter.cc   response_header_->GetNormalizedHeader(key, &return_value);
GetNormalizedHeader 4930 net/url_request/url_request_unittest.cc   EXPECT_TRUE(headers->GetNormalizedHeader("cache-control", &header));
GetNormalizedHeader 4934 net/url_request/url_request_unittest.cc   EXPECT_TRUE(headers->GetNormalizedHeader("content-type", &header));
GetNormalizedHeader 4940 net/url_request/url_request_unittest.cc   EXPECT_TRUE(headers->GetNormalizedHeader("x-multiple-entries", &header));