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

  /external/chromium_org/remoting/protocol/
fake_authenticator.h 87 int messages_till_started_; member in class:remoting::protocol::FakeAuthenticator
107 int messages_till_started_; member in class:remoting::protocol::FakeHostAuthenticatorFactory
fake_authenticator.cc 99 messages_till_started_(0) {
106 messages_till_started_ = messages;
136 return messages_ > messages_till_started_;
179 messages_till_started_(messages_till_started),
192 authenticator->set_messages_till_started(messages_till_started_);

Completed in 73 milliseconds