Searched defs:auth_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
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
/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...]

Completed in 58 milliseconds