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

  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.h 12 // PamAuthorizationFactory abuses the AuthenticatorFactory interface to apply
17 class PamAuthorizationFactory : public protocol::AuthenticatorFactory {
20 scoped_ptr<protocol::AuthenticatorFactory> underlying);
29 scoped_ptr<protocol::AuthenticatorFactory> underlying_;
chromoting_host.h 111 scoped_ptr<protocol::AuthenticatorFactory> authenticator_factory);
pam_authorization_factory_posix.cc 160 scoped_ptr<protocol::AuthenticatorFactory> underlying)
chromoting_host.cc 149 scoped_ptr<protocol::AuthenticatorFactory> authenticator_factory) {
remoting_me2me_host.cc 606 scoped_ptr<protocol::AuthenticatorFactory> factory;
    [all...]
  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.h 27 class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
30 static scoped_ptr<AuthenticatorFactory> CreateWithSharedSecret(
39 static scoped_ptr<AuthenticatorFactory> CreateWithThirdPartyAuth(
48 static scoped_ptr<AuthenticatorFactory> CreateRejecting();
53 // AuthenticatorFactory interface.
authenticator.h 119 class AuthenticatorFactory {
121 AuthenticatorFactory() {}
122 virtual ~AuthenticatorFactory() {}
session_manager.h 25 // AuthenticatorFactory set via the set_authenticator_factory()
70 class AuthenticatorFactory;
149 scoped_ptr<AuthenticatorFactory> authenticator_factory) = 0;
me2me_host_authenticator_factory.cc 67 scoped_ptr<AuthenticatorFactory>
83 return scoped_ptr<AuthenticatorFactory>(result.Pass());
88 scoped_ptr<AuthenticatorFactory>
103 return scoped_ptr<AuthenticatorFactory>(result.Pass());
107 scoped_ptr<AuthenticatorFactory>
109 return scoped_ptr<AuthenticatorFactory>(new Me2MeHostAuthenticatorFactory());
it2me_host_authenticator_factory.h 22 // It2MeHostAuthenticatorFactory implements AuthenticatorFactory and
24 class It2MeHostAuthenticatorFactory : public AuthenticatorFactory {
32 // AuthenticatorFactory interface.
jingle_session_manager.h 58 scoped_ptr<AuthenticatorFactory> authenticator_factory) OVERRIDE;
87 scoped_ptr<AuthenticatorFactory> authenticator_factory_;
fake_authenticator.h 92 class FakeHostAuthenticatorFactory : public AuthenticatorFactory {
99 // AuthenticatorFactory interface.
protocol_mock_objects.h 200 void(AuthenticatorFactory* factory));
209 scoped_ptr<AuthenticatorFactory> authenticator_factory) {
jingle_session_manager.cc 75 scoped_ptr<AuthenticatorFactory> authenticator_factory) {
jingle_session_unittest.cc 162 scoped_ptr<AuthenticatorFactory> factory(
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 449 scoped_ptr<protocol::AuthenticatorFactory> factory(
  /external/chromium_org/remoting/test/
protocol_perftest.cc 276 scoped_ptr<protocol::AuthenticatorFactory> auth_factory =

Completed in 250 milliseconds