HomeSort by relevance Sort by last modified time
    Searched refs:auth_controllers_ (Results 1 - 3 of 3) 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

Completed in 732 milliseconds