OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MockAuthAttemptStateResolver
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
mock_auth_attempt_state_resolver.cc
9
MockAuthAttemptStateResolver
::
MockAuthAttemptStateResolver
() {}
11
MockAuthAttemptStateResolver
::~
MockAuthAttemptStateResolver
() {}
mock_auth_attempt_state_resolver.h
14
class
MockAuthAttemptStateResolver
: public AuthAttemptStateResolver {
16
MockAuthAttemptStateResolver
();
17
virtual ~
MockAuthAttemptStateResolver
();
21
DISALLOW_COPY_AND_ASSIGN(
MockAuthAttemptStateResolver
);
/external/chromium/chrome/browser/chromeos/login/
mock_auth_attempt_state_resolver.h
14
class
MockAuthAttemptStateResolver
: public AuthAttemptStateResolver {
16
MockAuthAttemptStateResolver
() {}
17
virtual ~
MockAuthAttemptStateResolver
() {}
20
DISALLOW_COPY_AND_ASSIGN(
MockAuthAttemptStateResolver
);
Completed in 58 milliseconds