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

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 51 auth_(auth),
57 auth_->set_attempt_state(state_);
58 set_test_result(expected_ == auth_->ResolveState());
63 ParallelAuthenticator* auth_; member in class:chromeos::ResolveChecker
99 auth_ = new ParallelAuthenticator(&consumer_);
225 scoped_refptr<ParallelAuthenticator> auth_; member in class:chromeos::ParallelAuthenticatorTest
242 EXPECT_EQ("0a010000000000a0", auth_->SaltAsAscii());
248 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
249 EXPECT_EQ(auth_->localaccount_, username_);
257 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value())
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket.cc 43 auth_(tunnel ?
265 int rv = auth_->HandleAuthChallenge(response_.headers, false, true, net_log_);
266 response_.auth_challenge = auth_->auth_info();
363 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
381 if (auth_->HaveAuth())
382 auth_->AddAuthorizationHeader(&authorization_headers);
http_proxy_client_socket.h 60 return auth_;
158 scoped_refptr<HttpAuthController> auth_; member in class:net::HttpProxyClientSocket
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 59 return auth_;
150 scoped_refptr<HttpAuthController> auth_; member in class:net::SpdyProxyClientSocket
spdy_proxy_client_socket.cc 39 auth_(
316 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
331 if (auth_->HaveAuth()) {
332 auth_->AddAuthorizationHeader(&authorization_headers);

Completed in 212 milliseconds