Home
last modified time | relevance | path

Searched refs:http_auth_cache_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_controller.cc153 http_auth_cache_(http_auth_cache), in HttpAuthController()
223 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
295 if (http_auth_cache_->UpdateStaleChallenge( in HandleAuthChallenge()
423 http_auth_cache_->Add(auth_origin_, target_, handler_->realm(), in ResetAuth()
473 http_auth_cache_->Remove(auth_origin_, target_, handler_->realm(), in InvalidateRejectedAuthFromCache()
525 http_auth_cache_->Lookup(auth_origin_, target_, handler_->realm(), in SelectNextAuthIdentityToTry()
H A Dhttp_network_session.h189 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()
302 HttpAuthCache http_auth_cache_; variable
H A Dhttp_auth_controller.h236 HttpAuthCache* const http_auth_cache_; variable
H A Dhttp_network_session.cc147 http_auth_cache_( in HttpNetworkSession()
418 context_.host_resolver, &http_auth_cache_, in CreateCommonConnectJobParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_controller.cc153 http_auth_cache_(http_auth_cache), in HttpAuthController()
223 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
295 if (http_auth_cache_->UpdateStaleChallenge( in HandleAuthChallenge()
424 http_auth_cache_->Add(auth_origin_, target_, handler_->realm(), in ResetAuth()
474 http_auth_cache_->Remove(auth_origin_, target_, handler_->realm(), in InvalidateRejectedAuthFromCache()
526 http_auth_cache_->Lookup(auth_origin_, target_, handler_->realm(), in SelectNextAuthIdentityToTry()
H A Dhttp_network_session.h199 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()
312 HttpAuthCache http_auth_cache_; variable
H A Dhttp_auth_controller.h236 HttpAuthCache* const http_auth_cache_; variable
H A Dhttp_network_session.cc150 http_auth_cache_( in HttpNetworkSession()
423 context_.host_resolver, &http_auth_cache_, in CreateCommonConnectJobParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_proxy_client_socket_unittest.cc183 http_auth_cache_( in QuicProxyClientSocketTest()
313 NetworkIsolationKey(), &http_auth_cache_, in Initialize()
630 HttpAuthCache http_auth_cache_; member in net::test::QuicProxyClientSocketTest
751 http_auth_cache_.Add(GURL(kProxyUrl), HttpAuth::AUTH_PROXY, "MyRealm1", in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_proxy_client_socket_unittest.cc184 http_auth_cache_( in QuicProxyClientSocketTest()
314 NetworkIsolationKey(), &http_auth_cache_, in Initialize()
646 HttpAuthCache http_auth_cache_; member in net::test::QuicProxyClientSocketTest
767 http_auth_cache_.Add(GURL(kProxyUrl), HttpAuth::AUTH_PROXY, "MyRealm1", in TEST_P()