Home
last modified time | relevance | path

Searched refs:protocol_error_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Dpairing_host_authenticator.cc27 protocol_error_(false), in PairingHostAuthenticator()
36 if (protocol_error_) { in state()
48 if (protocol_error_) { in rejection_reason()
74 protocol_error_ = true; in ProcessMessage()
Dpairing_host_authenticator.h53 bool protocol_error_; variable