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

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 51 if (current_authenticator_->state() == WAITING_MESSAGE) {
54 // |current_authenticator_| is owned, so Unretained() is safe here.
56 current_authenticator_->ProcessMessage(message, base::Bind(
70 state_ = current_authenticator_->state();
72 rejection_reason_ = current_authenticator_->rejection_reason();
82 if (current_authenticator_->state() == MESSAGE_READY) {
83 result = current_authenticator_->GetNextMessage();
87 state_ = current_authenticator_->state();
102 return current_authenticator_->CreateChannelAuthenticator();
negotiating_client_authenticator.cc 91 if (current_authenticator_) {
92 DCHECK(current_authenticator_->state() == MESSAGE_READY);
122 current_authenticator_.reset(new ThirdPartyClientAuthenticator(
143 current_authenticator_.reset(new PairingClientAuthenticator(
154 current_authenticator_ = V2Authenticator::CreateForClient(
negotiating_authenticator_base.h 71 // Calls |current_authenticator_| to process |message|, passing the supplied
93 // Gets the next message from |current_authenticator_|, if any, and fills in
99 scoped_ptr<Authenticator> current_authenticator_; member in class:remoting::protocol::NegotiatingAuthenticatorBase
negotiating_host_authenticator.cc 164 current_authenticator_.reset(new ThirdPartyHostAuthenticator(
170 current_authenticator_.reset(new PairingHostAuthenticator(
181 current_authenticator_ = V2Authenticator::CreateForHost(

Completed in 69 milliseconds