WAITING_MESSAGE    74 remoting/protocol/authenticator_test_base.cc   ASSERT_NE(Authenticator::WAITING_MESSAGE, sender->state());
WAITING_MESSAGE    84 remoting/protocol/authenticator_test_base.cc   ASSERT_EQ(Authenticator::WAITING_MESSAGE, receiver->state());
WAITING_MESSAGE   115 remoting/protocol/fake_authenticator.cc     return WAITING_MESSAGE;
WAITING_MESSAGE   126 remoting/protocol/fake_authenticator.cc   EXPECT_EQ(WAITING_MESSAGE, state());
WAITING_MESSAGE   126 remoting/protocol/jingle_session.cc   DCHECK_EQ(authenticator->state(), Authenticator::WAITING_MESSAGE);
WAITING_MESSAGE   149 remoting/protocol/jingle_session.cc   DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
WAITING_MESSAGE   183 remoting/protocol/jingle_session.cc     DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
WAITING_MESSAGE   475 remoting/protocol/jingle_session.cc   DCHECK(authenticator_->state() == Authenticator::WAITING_MESSAGE);
WAITING_MESSAGE   489 remoting/protocol/jingle_session.cc       authenticator_->state() != Authenticator::WAITING_MESSAGE) {
WAITING_MESSAGE    24 remoting/protocol/me2me_host_authenticator_factory.cc       : state_(WAITING_MESSAGE) {
WAITING_MESSAGE    40 remoting/protocol/me2me_host_authenticator_factory.cc     DCHECK_EQ(state_, WAITING_MESSAGE);
WAITING_MESSAGE    51 remoting/protocol/negotiating_authenticator_base.cc   if (current_authenticator_->state() == WAITING_MESSAGE) {
WAITING_MESSAGE    88 remoting/protocol/negotiating_authenticator_base.cc   DCHECK(state_ == ACCEPTED || state_ == WAITING_MESSAGE);
WAITING_MESSAGE    50 remoting/protocol/negotiating_client_authenticator.cc   DCHECK_EQ(state(), WAITING_MESSAGE);
WAITING_MESSAGE    76 remoting/protocol/negotiating_client_authenticator.cc     CreateAuthenticatorForCurrentMethod(WAITING_MESSAGE, callback);
WAITING_MESSAGE   107 remoting/protocol/negotiating_client_authenticator.cc     state_ = WAITING_MESSAGE;
WAITING_MESSAGE    28 remoting/protocol/negotiating_host_authenticator.cc     : NegotiatingAuthenticatorBase(WAITING_MESSAGE),
WAITING_MESSAGE    70 remoting/protocol/negotiating_host_authenticator.cc   DCHECK_EQ(state(), WAITING_MESSAGE);
WAITING_MESSAGE   140 remoting/protocol/negotiating_host_authenticator.cc     CreateAuthenticator(WAITING_MESSAGE, base::Bind(
WAITING_MESSAGE   168 remoting/protocol/negotiating_host_authenticator.cc              preferred_initial_state == WAITING_MESSAGE) {
WAITING_MESSAGE    52 remoting/protocol/pairing_authenticator_base.cc   DCHECK_EQ(state(), WAITING_MESSAGE);
WAITING_MESSAGE    68 remoting/protocol/pairing_authenticator_base.cc     CreateV2AuthenticatorWithPIN(WAITING_MESSAGE, set_authenticator);
WAITING_MESSAGE    41 remoting/protocol/pairing_host_authenticator.cc     return WAITING_MESSAGE;
WAITING_MESSAGE   108 remoting/protocol/pairing_host_authenticator.cc         local_cert_, key_pair_, paired_secret, WAITING_MESSAGE);
WAITING_MESSAGE    55 remoting/protocol/third_party_authenticator_base.cc   DCHECK_EQ(state(), WAITING_MESSAGE);
WAITING_MESSAGE    57 remoting/protocol/third_party_authenticator_base.cc   if (token_state_ == WAITING_MESSAGE) {
WAITING_MESSAGE    62 remoting/protocol/third_party_authenticator_base.cc     DCHECK_EQ(underlying_->state(), WAITING_MESSAGE);
WAITING_MESSAGE    23 remoting/protocol/third_party_client_authenticator.cc     : ThirdPartyAuthenticatorBase(WAITING_MESSAGE),
WAITING_MESSAGE    73 remoting/protocol/third_party_host_authenticator.cc   token_state_ = WAITING_MESSAGE;
WAITING_MESSAGE    90 remoting/protocol/third_party_host_authenticator.cc       local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
WAITING_MESSAGE    90 remoting/protocol/v2_authenticator.cc   DCHECK_EQ(state(), WAITING_MESSAGE);
WAITING_MESSAGE   178 remoting/protocol/v2_authenticator.cc     state_ = WAITING_MESSAGE;
WAITING_MESSAGE    46 remoting/protocol/v2_authenticator_unittest.cc         Authenticator::WAITING_MESSAGE);
WAITING_MESSAGE    96 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::WAITING_MESSAGE, client_->state());