Searched refs:auth_controllers_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_transaction.cc253 auth_controllers_[target]->ResetAuth(credentials);
263 auth_controllers_[target] = NULL;
548 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
792 if (!auth_controllers_[target].get())
793 auth_controllers_[target] =
798 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
813 if (!auth_controllers_[target].get()) {
814 auth_controllers_[target] =
820 auth_controllers_[target]->DisableEmbeddedIdentity();
824 return auth_controllers_[targe
[all...]
H A Dhttp_stream_factory_impl_job.h303 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpStreamFactoryImpl::Job
H A Dhttp_network_transaction.h262 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpNetworkTransaction

Completed in 121 milliseconds