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

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 39 return underlying_->state();
49 return underlying_->rejection_reason();
61 DCHECK(underlying_);
62 DCHECK_EQ(underlying_->state(), WAITING_MESSAGE);
63 underlying_->ProcessMessage(message, resume_callback);
71 if (underlying_ && underlying_->state() == MESSAGE_READY) {
72 message = underlying_->GetNextMessage().Pass();
87 return underlying_->CreateChannelAuthenticator();
third_party_authenticator_base.h 67 scoped_ptr<Authenticator> underlying_; member in class:remoting::protocol::ThirdPartyAuthenticatorBase
third_party_host_authenticator.cc 88 underlying_ = V2Authenticator::CreateForHost(
90 underlying_->ProcessMessage(message, resume_callback);
third_party_client_authenticator.cc 75 underlying_ = V2Authenticator::CreateForClient(
  /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 44 scoped_ptr<protocol::Authenticator> underlying_; member in class:remoting::__anon10175::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_->CreateAuthenticator(local_jid, remote_jid, first_message))
    [all...]

Completed in 55 milliseconds