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

  /external/chromium/net/http/
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
  /external/chromium_org/net/http/
http_proxy_client_socket.h 150 scoped_refptr<HttpAuthController> auth_; member in class:net::HttpProxyClientSocket
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 147 scoped_refptr<HttpAuthController> auth_; member in class:net::SpdyProxyClientSocket
  /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_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 73 auth_ = new ParallelAuthenticator(&consumer_);
183 auth_->SetOwnerState(owner_check_finished, check_result);
187 auth_->set_online_attempt(new TestOnlineAttempt(state_.get(), auth_.get()));
208 scoped_refptr<ParallelAuthenticator> auth_; member in class:chromeos::ParallelAuthenticatorTest
221 SetAttemptState(auth_.get(), state_.release());
222 auth_->OnLoginSuccess(false);
229 SetAttemptState(auth_.get(), state_.release());
230 auth_->OnPasswordChangeDetected();
235 SetAndResolveState(auth_.get(), state_.release()))
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 126 scoped_refptr<CloudPrintAuth> auth_; member in class:cloud_print::CloudPrintProxyBackend::Core
236 if (!auth_.get()) {
237 auth_ = new CloudPrintAuth(this, settings_.server_url(), oauth_client_info_,
247 auth_ = NULL;
255 auth_->AuthenticateWithToken(cloud_print_token);
263 auth_->AuthenticateWithRobotToken(robot_oauth_refresh_token, robot_email);
271 auth_->AuthenticateWithRobotAuthCode(robot_oauth_auth_code, robot_email);
320 auth_->RefreshAccessToken();

Completed in 434 milliseconds