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

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 78 DCHECK_EQ(state(), MESSAGE_READY);
82 if (current_authenticator_->state() == MESSAGE_READY) {
negotiating_client_authenticator.cc 29 : NegotiatingAuthenticatorBase(MESSAGE_READY),
83 DCHECK_EQ(state(), MESSAGE_READY);
92 DCHECK(current_authenticator_->state() == MESSAGE_READY);
third_party_authenticator_base.cc 68 DCHECK_EQ(state(), MESSAGE_READY);
71 if (underlying_ && underlying_->state() == MESSAGE_READY) {
77 if (token_state_ == MESSAGE_READY)
authenticator.h 44 // WAITING_MESSAGE -> MESSAGE_READY
49 /// PROCESSING_MESSAGE -> MESSAGE_READY
51 // MESSAGE_READY -> WAITING_MESSAGE
52 // MESSAGE_READY -> ACCEPTED
58 MESSAGE_READY,
103 // Must be called when in MESSAGE_READY state. Returns next
pairing_authenticator_base.cc 83 DCHECK_EQ(state(), MESSAGE_READY);
131 CreateV2AuthenticatorWithPIN(MESSAGE_READY, set_authenticator);
v2_authenticator.cc 74 return MESSAGE_READY;
147 state_ = MESSAGE_READY;
151 DCHECK_EQ(state(), MESSAGE_READY);

Completed in 72 milliseconds