HomeSort by relevance Sort by last modified time
    Searched defs:spdyproxy (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy.h 15 namespace spdyproxy { namespace
17 // Code for handling http SpdyProxy authentication.
22 // Constructs a new spdyproxy handler factory which mints handlers that
37 // The origins for which Chrome will respond to SpdyProxy auth challenges.
41 // Constructs a new spdyproxy handler.
74 } // namespace spdyproxy
data_reduction_proxy_settings.h 29 namespace spdyproxy { namespace
40 } // namespace spdyproxy
http_auth_handler_spdyproxy.cc 5 #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h"
19 namespace spdyproxy { namespace
34 VLOG(1) << "SpdyProxy auth without configuring authorized origin.";
52 // If a spdyproxy auth proxy has not been set, refuse all requests to use this
65 VLOG(1) << "SpdyProxy auth request with an unexpected config."
80 // SpdyProxy authentication is always a single round, so any responses
112 DVLOG(1) << "Received a SpdyProxy auth token request without an "
116 *auth_token = "SpdyProxy ps=\"" + ps_token_ + "\", sid=\"" +
125 if (!LowerCaseEqualsASCII(challenge->scheme(), "spdyproxy")) {
126 VLOG(1) << "Parsed challenge without SpdyProxy type"
    [all...]
http_auth_handler_spdyproxy_unittest.cc 5 #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h"
22 const char kValidChallenge[] = "SpdyProxy realm=\"SpdyProxy\", "
27 namespace spdyproxy { namespace
55 "SpdyProxy ps=\"1-2-3-4\", sid=\"sid-string\"",},
60 "SpdyProxy ps=\"1-2-3-4\", sid=\"sid-string\"",},
74 kValidOrigin, "SpdyProxy realm=\"SpdyProxy\"", "",},
90 scoped_ptr<HttpAuthHandler> spdyproxy; local
93 &spdyproxy));
117 scoped_ptr<HttpAuthHandler> spdyproxy; local
155 scoped_ptr<HttpAuthHandler> spdyproxy; local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/
DataReductionProxySettings.java 5 package org.chromium.chrome.browser.net.spdyproxy;

Completed in 140 milliseconds