Home
last modified time | relevance | path

Searched refs:auth_controllers_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_network_transaction.cc220 auth_controllers_[target]->ResetAuth(username, password); in RestartWithAuth()
230 auth_controllers_[target] = NULL; in RestartWithAuth()
437 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller; in OnNeedsProxyAuth()
642 if (!auth_controllers_[target].get()) in DoGenerateProxyAuthToken()
643 auth_controllers_[target] = in DoGenerateProxyAuthToken()
648 return auth_controllers_[target]->MaybeGenerateAuthToken(request_, in DoGenerateProxyAuthToken()
663 if (!auth_controllers_[target].get()) in DoGenerateServerAuthToken()
664 auth_controllers_[target] = in DoGenerateServerAuthToken()
671 return auth_controllers_[target]->MaybeGenerateAuthToken(request_, in DoGenerateServerAuthToken()
730 auth_controllers_[HttpAuth::AUTH_PROXY]->AddAuthorizationHeader( in BuildRequestHeaders()
[all …]
Dhttp_stream_factory_impl_job.h247 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; variable
Dhttp_network_transaction.h218 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; variable
/external/chromium_org/net/http/
Dhttp_network_transaction.cc279 auth_controllers_[target]->ResetAuth(credentials); in RestartWithAuth()
289 auth_controllers_[target] = NULL; in RestartWithAuth()
542 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller; in OnNeedsProxyAuth()
769 if (!auth_controllers_[target].get()) in DoGenerateProxyAuthToken()
770 auth_controllers_[target] = in DoGenerateProxyAuthToken()
775 return auth_controllers_[target]->MaybeGenerateAuthToken(request_, in DoGenerateProxyAuthToken()
790 if (!auth_controllers_[target].get()) { in DoGenerateServerAuthToken()
791 auth_controllers_[target] = in DoGenerateServerAuthToken()
797 auth_controllers_[target]->DisableEmbeddedIdentity(); in DoGenerateServerAuthToken()
801 return auth_controllers_[target]->MaybeGenerateAuthToken(request_, in DoGenerateServerAuthToken()
[all …]
Dhttp_stream_factory_impl_job.h293 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; variable
Dhttp_network_transaction.h258 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; variable