Searched refs:ME2ME (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/signaling/
H A Dserver_log_entry.h27 ME2ME enumerator in enum:remoting::ServerLogEntry::Mode
H A Dserver_log_entry.cc55 case ME2ME:
H A Dlog_to_server_unittest.cc46 new LogToServer(ServerLogEntry::ME2ME, &signal_strategy_, kTestBotJid));
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_session_connector.js36 this.mode_ = remoting.ClientSession.Mode.ME2ME;
46 this.mode_ = remoting.ClientSession.Mode.ME2ME;
51 base.debug.assert(this.mode_ == remoting.ClientSession.Mode.ME2ME);
/external/chromium_org/remoting/client/
H A Dclient_status_logger_unittest.cc73 new ClientStatusLogger(ServerLogEntry::ME2ME,
/external/chromium_org/remoting/host/
H A Dserver_log_entry_host_unittest.cc88 entry->AddModeField(ServerLogEntry::ME2ME);
H A Dhost_status_logger_unittest.cc133 ServerLogEntry::ME2ME,
H A Dremoting_me2me_host.cc1326 new HostStatusLogger(host_->AsWeakPtr(), ServerLogEntry::ME2ME,
/external/chromium_org/remoting/webapp/
H A Dsession_connector_impl.js62 this.connectionMode_ = remoting.ClientSession.Mode.ME2ME;
256 this.connectionMode_ = remoting.ClientSession.Mode.ME2ME;
H A Dclient_session.js314 ME2ME: 1
500 } else if (this.mode_ != remoting.ClientSession.Mode.ME2ME) {
1450 if (this.mode_ == remoting.ClientSession.Mode.ME2ME) {
1529 if (remoting.enableCast && this.mode_ == remoting.ClientSession.Mode.ME2ME) {
H A Dserver_log_entry.js461 case remoting.ClientSession.Mode.ME2ME:
H A Dremoting.js358 remoting.clientSession.getMode() == remoting.ClientSession.Mode.ME2ME) {
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc413 new ClientStatusLogger(ServerLogEntry::ME2ME,

Completed in 177 milliseconds