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

  /external/chromium/net/http/
http_network_transaction.cc 220 auth_controllers_[target]->ResetAuth(username, password);
230 auth_controllers_[target] = NULL;
437 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
642 if (!auth_controllers_[target].get())
643 auth_controllers_[target] =
648 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
663 if (!auth_controllers_[target].get())
664 auth_controllers_[target] =
671 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
730 auth_controllers_[HttpAuth::AUTH_PROXY]->AddAuthorizationHeader
    [all...]
http_stream_factory_impl_job.h 247 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpStreamFactoryImpl::Job
http_network_transaction.h 218 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpNetworkTransaction
  /external/chromium_org/net/http/
http_network_transaction.cc 242 auth_controllers_[target]->ResetAuth(credentials);
252 auth_controllers_[target] = NULL;
498 auth_controllers_[HttpAuth::AUTH_PROXY] = auth_controller;
712 if (!auth_controllers_[target].get())
713 auth_controllers_[target] =
718 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
733 if (!auth_controllers_[target].get())
734 auth_controllers_[target] =
741 return auth_controllers_[target]->MaybeGenerateAuthToken(request_,
793 auth_controllers_[HttpAuth::AUTH_PROXY]->AddAuthorizationHeader
    [all...]
http_network_transaction.h 249 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpNetworkTransaction
http_stream_factory_impl_job.h 290 auth_controllers_[HttpAuth::AUTH_NUM_TARGETS]; member in class:net::HttpStreamFactoryImpl::Job

Completed in 40 milliseconds