HomeSort by relevance Sort by last modified time
    Searched defs:underlying_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.h 29 scoped_ptr<protocol::AuthenticatorFactory> underlying_; member in class:remoting::PamAuthorizationFactory
pam_authorization_factory_posix.cc 45 scoped_ptr<protocol::Authenticator> underlying_; member in class:remoting::__anon14442::PamAuthorizer
51 : underlying_(underlying.Pass()),
62 return underlying_->state();
67 return underlying_->started();
75 return underlying_->rejection_reason();
81 // |underlying_| is owned, so Unretained() is safe here.
82 underlying_->ProcessMessage(message, base::Bind(
93 scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage());
100 return underlying_->CreateChannelAuthenticator();
161 : underlying_(underlying.Pass())
    [all...]
  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.h 68 scoped_ptr<Authenticator> underlying_; member in class:remoting::protocol::ThirdPartyAuthenticatorBase

Completed in 128 milliseconds