OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAuthenticator
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc
24
ON_CALL(*this,
CreateAuthenticator
(_))
25
.WillByDefault(Invoke(fake, &FakeLoginUtils::
CreateAuthenticator
));
test_login_utils.cc
35
scoped_refptr<Authenticator> TestLoginUtils::
CreateAuthenticator
(
login_performer.cc
232
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
241
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
248
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
266
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
274
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
302
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
318
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
fake_login_utils.h
33
virtual scoped_refptr<Authenticator>
CreateAuthenticator
(
login_utils.h
99
virtual scoped_refptr<Authenticator>
CreateAuthenticator
(
mock_login_utils.h
40
MOCK_METHOD1(
CreateAuthenticator
,
test_login_utils.h
42
virtual scoped_refptr<Authenticator>
CreateAuthenticator
(
existing_user_controller_browsertest.cc
77
ACTION_P2(
CreateAuthenticator
, username, password) {
241
EXPECT_CALL(*mock_login_utils_,
CreateAuthenticator
(_))
243
.WillOnce(WithArg<0>(
CreateAuthenticator
(kUsername, kPassword)));
307
EXPECT_CALL(*mock_login_utils_,
CreateAuthenticator
(_))
309
.WillOnce(WithArg<0>(
CreateAuthenticator
(kNewUsername, kPassword)));
434
EXPECT_CALL(*mock_login_utils_,
CreateAuthenticator
(_))
436
.WillOnce(WithArg<0>(
CreateAuthenticator
(username, password)));
598
EXPECT_CALL(*mock_login_utils_,
CreateAuthenticator
(_))
600
.WillOnce(WithArg<0>(
CreateAuthenticator
(kUsername, kPassword)));
fake_login_utils.cc
107
scoped_refptr<Authenticator> FakeLoginUtils::
CreateAuthenticator
(
app_launch_signin_screen.cc
79
// Note: LoginUtils::
CreateAuthenticator
doesn't necessarily create
81
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
/external/chromium_org/remoting/host/
pam_authorization_factory_posix.h
23
virtual scoped_ptr<protocol::Authenticator>
CreateAuthenticator
(
pam_authorization_factory_posix.cc
163
PamAuthorizationFactory::
CreateAuthenticator
(
168
underlying_->
CreateAuthenticator
(local_jid, remote_jid, first_message));
/external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc
26
scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::
CreateAuthenticator
(
it2me_host_authenticator_factory.h
33
virtual scoped_ptr<Authenticator>
CreateAuthenticator
(
authenticator.h
127
virtual scoped_ptr<Authenticator>
CreateAuthenticator
(
negotiating_host_authenticator.cc
127
CreateAuthenticator
(MESSAGE_READY, base::Bind(
139
CreateAuthenticator
(WAITING_MESSAGE, base::Bind(
154
void NegotiatingHostAuthenticator::
CreateAuthenticator
(
fake_authenticator.h
92
virtual scoped_ptr<Authenticator>
CreateAuthenticator
(
me2me_host_authenticator_factory.h
54
virtual scoped_ptr<Authenticator>
CreateAuthenticator
(
negotiating_host_authenticator.h
62
void
CreateAuthenticator
(Authenticator::State preferred_initial_state,
me2me_host_authenticator_factory.cc
113
scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::
CreateAuthenticator
(
fake_authenticator.cc
164
scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::
CreateAuthenticator
(
jingle_session_manager.cc
110
authenticator_factory_->
CreateAuthenticator
(
/external/chromium/chrome/browser/chromeos/login/
login_utils.h
69
virtual Authenticator*
CreateAuthenticator
(LoginStatusConsumer* consumer) = 0;
mock_authenticator.h
131
virtual Authenticator*
CreateAuthenticator
(LoginStatusConsumer* consumer) {
login_performer.cc
284
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
468
authenticator_ = LoginUtils::Get()->
CreateAuthenticator
(this);
Completed in 975 milliseconds
1
2