/external/chromium_org/chrome/browser/net/spdyproxy/ |
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...] |
data_reduction_proxy_settings_unittest_android.cc | 5 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h" 17 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" 126 ASSERT_EQ(static_cast<jsize>(spdyproxy::kNumDaysInHistory), java_array_len); 129 for (size_t i = 0; i < spdyproxy::kNumDaysInHistory; ++i) { 132 static_cast<long>((spdyproxy::kNumDaysInHistory - 1 - i) * 2), value);
|
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.cc | 5 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h" 88 const char kAuthenticationRealmName[] = "SpdyProxy"; 490 for (size_t i = 0; i < spdyproxy::kNumDaysInHistory; ++i) { 568 if (list_value->GetSize() == spdyproxy::kNumDaysInHistory) { 569 for (size_t i = 0; i < spdyproxy::kNumDaysInHistory; ++i) { 581 DCHECK_LE(days, spdyproxy::kNumDaysInHistory); 595 if (original_list->GetSize() != spdyproxy::kNumDaysInHistory || 596 received_list->GetSize() != spdyproxy::kNumDaysInHistory) { 606 for (size_t i = spdyproxy::kNumDaysInHistory - days; 607 i < spdyproxy::kNumDaysInHistory; ++i) [all...] |
data_reduction_proxy_settings_unittest.cc | 5 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h" 16 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h" 17 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" 85 for (int64 i = 0; i < spdyproxy::kNumDaysInHistory; i++) { 256 EXPECT_EQ("SpdyProxy", entry->auth_challenge().substr(0,9)); 359 {"foo.com:443", "spdyproxy", false}, // 2. Case matters. 360 {"foo.com:443", "SpdyProxy", true}, // 3. OK. 390 {"spdyproxy", true}, // 2. no salt. 410 settings_->GetContentLengths(spdyproxy::kNumDaysInHistory, 425 settings_->GetContentLengths(spdyproxy::kNumDaysInHistory [all...] |
data_reduction_proxy_settings_android.cc | 5 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" 151 spdyproxy::kNumDaysInHistorySummary, 261 jlongArray result = env->NewLongArray(spdyproxy::kNumDaysInHistory); 267 DCHECK_EQ(lengths.size(), spdyproxy::kNumDaysInHistory);
|
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...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/ |
DataReductionProxySettings.java | 5 package org.chromium.chrome.browser.net.spdyproxy;
|
/external/chromium_org/chrome/browser/ |
io_thread.cc | 43 #include "chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h" 102 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h" [all...] |