HomeSort by relevance Sort by last modified time
    Searched refs:auth_controllers_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_network_transaction.cc 251 auth_controllers_[target]->ResetAuth(credentials);
261 auth_controllers_[target] = NULL;
551 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
795 if (!auth_controllers_[target].get())
796 auth_controllers_[target] =
801 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
816 if (!auth_controllers_[target].get()) {
817 auth_controllers_[target] =
823 auth_controllers_[target]->DisableEmbeddedIdentity();
827 return auth_controllers_[target]->MaybeGenerateAuthToken(request_
    [all...]
http_stream_factory_impl_job.h 307 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpStreamFactoryImpl::Job
http_network_transaction.h 265 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpNetworkTransaction

Completed in 249 milliseconds