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 85 DCHECK_EQ(state(), MESSAGE_READY);
89 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 73 DCHECK_EQ(state(), MESSAGE_READY);
76 if (underlying_ && underlying_->state() == MESSAGE_READY) {
82 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,
108 // Must be called when in MESSAGE_READY state. Returns next
pairing_authenticator_base.cc 90 DCHECK_EQ(state(), MESSAGE_READY);
138 CreateV2AuthenticatorWithPIN(MESSAGE_READY, set_authenticator);
v2_authenticator.cc 75 return MESSAGE_READY;
152 state_ = MESSAGE_READY;
156 DCHECK_EQ(state(), MESSAGE_READY);

Completed in 51 milliseconds