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

  /external/chromium_org/chrome/browser/chromeos/login/
mock_authenticator.cc 15 void MockAuthenticator::AuthenticateToLogin(Profile* profile,
20 base::Bind(&MockAuthenticator::OnLoginSuccess, this, false));
26 base::Bind(&MockAuthenticator::OnLoginFailure, this,
30 void MockAuthenticator::CompleteLogin(Profile* profile,
37 void MockAuthenticator::AuthenticateToUnlock(
42 void MockAuthenticator::LoginAsLocallyManagedUser(
52 void MockAuthenticator::LoginRetailMode() {
59 void MockAuthenticator::LoginAsPublicAccount(const std::string& username) {
68 void MockAuthenticator::LoginOffTheRecord() {
72 void MockAuthenticator::OnRetailModeLoginSuccess()
    [all...]
mock_authenticator.h 19 class MockAuthenticator : public Authenticator {
21 MockAuthenticator(LoginStatusConsumer* consumer,
58 virtual ~MockAuthenticator() {}
64 DISALLOW_COPY_AND_ASSIGN(MockAuthenticator);
test_login_utils.cc 38 return new MockAuthenticator(
fake_login_utils.cc 82 new MockAuthenticator(consumer, expected_username_, expected_password_);
111 static_cast<MockAuthenticator*>(authenticator_.get())->
screen_locker_tester.cc 205 new MockAuthenticator(ScreenLocker::screen_locker_, user, password));
existing_user_controller_browsertest.cc 76 return new MockAuthenticator(arg0, username, password);
  /libcore/luni/src/test/java/libcore/java/net/
OldAuthenticatorTest.java 34 MockAuthenticator mock = new MockAuthenticator();
45 MockAuthenticator ma = new MockAuthenticator();
51 MockAuthenticator ma = new MockAuthenticator();
55 class MockAuthenticator extends Authenticator {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
AuthenticatorTest.java 77 MockAuthenticator mock = new MockAuthenticator();
89 MockAuthenticator mock = new MockAuthenticator();
103 MockAuthenticator mock = new MockAuthenticator();
117 MockAuthenticator mock = new MockAuthenticator();
126 MockAuthenticator mock = new MockAuthenticator();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 24 class MockAuthenticator : public Authenticator {
26 MockAuthenticator(LoginStatusConsumer* consumer,
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
50 NewRunnableMethod(this, &MockAuthenticator::OnLoginFailure,
99 DISALLOW_COPY_AND_ASSIGN(MockAuthenticator);
132 return new MockAuthenticator(
screen_locker_tester.cc 38 new MockAuthenticator(ScreenLocker::screen_locker_, user, password));

Completed in 136 milliseconds