Searched refs:auth_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc51 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_
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc77 auth_ = new ParallelAuthenticator(&consumer_);
186 auth_->SetOwnerState(owner_check_finished, check_result);
204 scoped_refptr<ParallelAuthenticator> auth_; member in class:chromeos::ParallelAuthenticatorTest
218 SetAttemptState(auth_.get(), state_.release());
219 auth_->OnLoginSuccess();
226 SetAttemptState(auth_.get(), state_.release());
227 auth_->OnPasswordChangeDetected();
232 SetAndResolveState(auth_.get(), state_.release()));
243 SetAndResolveState(auth_.get(), state_.release()));
254 SetAndResolveState(auth_
[all...]
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.cc43 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);
H A Dhttp_proxy_client_socket.h60 return auth_;
158 scoped_refptr<HttpAuthController> auth_; member in class:net::HttpProxyClientSocket
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h59 return auth_;
150 scoped_refptr<HttpAuthController> auth_; member in class:net::SpdyProxyClientSocket
H A Dspdy_proxy_client_socket.cc39 auth_(
316 return auth_->MaybeGenerateAuthToken(&request_, &io_callback_, net_log_);
331 if (auth_->HaveAuth()) {
332 auth_->AddAuthorizationHeader(&authorization_headers);
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.cc44 auth_(tunnel ?
88 return auth_;
388 return auth_->MaybeGenerateAuthToken(&request_, io_callback_, net_log_);
406 if (auth_->HaveAuth())
407 auth_->AddAuthorizationHeader(&authorization_headers);
490 return HandleProxyAuthChallenge(auth_.get(), &response_, net_log_);
H A Dhttp_proxy_client_socket.h150 scoped_refptr<HttpAuthController> auth_; member in class:net::HttpProxyClientSocket
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc39 auth_(
78 return auth_;
328 return auth_->MaybeGenerateAuthToken(
347 if (auth_->HaveAuth()) {
348 auth_->AddAuthorizationHeader(&authorization_headers);
423 return HandleProxyAuthChallenge(auth_.get(), &response_, net_log_);
H A Dspdy_proxy_client_socket.h147 scoped_refptr<HttpAuthController> auth_; member in class:net::SpdyProxyClientSocket
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc129 scoped_refptr<CloudPrintAuth> auth_; member in class:cloud_print::CloudPrintProxyBackend::Core
239 if (!auth_.get()) {
240 auth_ = new CloudPrintAuth(this, settings_.server_url(), oauth_client_info_,
250 auth_ = NULL;
258 auth_->AuthenticateWithToken(cloud_print_token);
266 auth_->AuthenticateWithRobotToken(robot_oauth_refresh_token, robot_email);
274 auth_->AuthenticateWithRobotAuthCode(robot_oauth_auth_code, robot_email);
323 auth_->RefreshAccessToken();

Completed in 566 milliseconds