Searched defs:underlying_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.h29 scoped_ptr<protocol::AuthenticatorFactory> underlying_; member in class:remoting::PamAuthorizationFactory
H A Dpam_authorization_factory_posix.cc44 scoped_ptr<protocol::Authenticator> underlying_; member in class:remoting::__anon9762::PamAuthorizer
50 : underlying_(underlying.Pass()),
61 return underlying_->state();
70 return underlying_->rejection_reason();
76 // |underlying_| is owned, so Unretained() is safe here.
77 underlying_->ProcessMessage(message, base::Bind(
88 scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage());
95 return underlying_->CreateChannelAuthenticator();
156 : underlying_(underlying.Pass()) {
168 underlying_
[all...]
/external/chromium_org/remoting/protocol/
H A Dthird_party_authenticator_base.h67 scoped_ptr<Authenticator> underlying_; member in class:remoting::protocol::ThirdPartyAuthenticatorBase

Completed in 74 milliseconds