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

  /external/chromium_org/net/spdy/
spdy_http_utils_unittest.cc 57 EXPECT_FALSE(ShouldShowHttpHeaderValue("proxy-authorization"));
58 EXPECT_TRUE(ShouldShowHttpHeaderValue("accept-encoding"));
60 EXPECT_TRUE(ShouldShowHttpHeaderValue("proxy-authorization"));
61 EXPECT_TRUE(ShouldShowHttpHeaderValue("accept-encoding"));
spdy_http_utils.h 46 NET_EXPORT_PRIVATE bool ShouldShowHttpHeaderValue(
spdy_header_block.cc 22 ShouldShowHttpHeaderValue(it->first) ? it->second : "[elided]"));
spdy_http_utils.cc 196 bool ShouldShowHttpHeaderValue(const std::string& header_name) {
spdy_session.cc 63 (ShouldShowHttpHeaderValue(it->first) ? it->second : "[elided]"));
    [all...]
  /external/chromium_org/net/http/
http_request_headers.cc 16 bool ShouldShowHttpHeaderValue(const std::string& header_name) {
209 (ShouldShowHttpHeaderValue(it->key) ?
http_response_headers.cc 116 bool ShouldShowHttpHeaderValue(const std::string& header_name) {
    [all...]

Completed in 258 milliseconds