Searched refs:MockAuthAttemptStateResolver (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dmock_auth_attempt_state_resolver.h14 class MockAuthAttemptStateResolver : public AuthAttemptStateResolver { class in namespace:chromeos
16 MockAuthAttemptStateResolver() {} function in class:chromeos::MockAuthAttemptStateResolver
17 virtual ~MockAuthAttemptStateResolver() {}
20 DISALLOW_COPY_AND_ASSIGN(MockAuthAttemptStateResolver);
H A Dcryptohome_op_unittest.cc36 resolver_(new MockAuthAttemptStateResolver),
132 scoped_ptr<MockAuthAttemptStateResolver> resolver_;
H A Donline_attempt_unittest.cc37 resolver_(new MockAuthAttemptStateResolver) {
102 scoped_ptr<MockAuthAttemptStateResolver> resolver_;

Completed in 84 milliseconds