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

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 44 return underlying_->state();
54 return underlying_->rejection_reason();
66 DCHECK(underlying_);
67 DCHECK_EQ(underlying_->state(), WAITING_MESSAGE);
68 underlying_->ProcessMessage(message, resume_callback);
76 if (underlying_ && underlying_->state() == MESSAGE_READY) {
77 message = underlying_->GetNextMessage().Pass();
93 return underlying_->CreateChannelAuthenticator();
third_party_host_authenticator.cc 89 underlying_ = V2Authenticator::CreateForHost(
91 underlying_->ProcessMessage(message, resume_callback);
third_party_client_authenticator.cc 75 underlying_ = V2Authenticator::CreateForClient(
third_party_authenticator_base.h 68 scoped_ptr<Authenticator> underlying_; member in class:remoting::protocol::ThirdPartyAuthenticatorBase
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 45 scoped_ptr<protocol::Authenticator> underlying_; member in class:remoting::__anon15075::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...]
pam_authorization_factory_posix.h 29 scoped_ptr<protocol::AuthenticatorFactory> underlying_; member in class:remoting::PamAuthorizationFactory

Completed in 97 milliseconds