Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/protocol/ | |
v2_authenticator.h | 62 bool certificate_sent_; member in class:remoting::protocol::V2Authenticator |
v2_authenticator.cc | 62 : certificate_sent_(false), 168 if (!local_cert_.empty() && !certificate_sent_) { 174 certificate_sent_ = true; |