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

  /external/chromium_org/remoting/protocol/
v2_authenticator.h 57 bool is_host_side() const;
v2_authenticator.cc 102 if (!is_host_side() && remote_cert_.empty()) {
193 if (is_host_side()) {
204 bool V2Authenticator::is_host_side() const { function in class:remoting::protocol::V2Authenticator

Completed in 299 milliseconds