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

  /external/chromium_org/remoting/host/
server_log_entry.h 26 IT2ME,
server_log_entry.cc 35 const char kValueModeIt2Me[] = "it2me";
144 case IT2ME:
server_log_entry_unittest.cc 122 entry->AddModeField(ServerLogEntry::IT2ME);
129 key_value_pairs["mode"] = "it2me";
  /external/chromium_org/remoting/webapp/
client_screen.js 28 * Initiate an IT2Me connection.
73 if (remoting.clientSession.mode == remoting.ClientSession.Mode.IT2ME) {
118 if (remoting.clientSession.mode == remoting.ClientSession.Mode.IT2ME) {
160 if (mode == remoting.ClientSession.Mode.IT2ME) {
session_connector.js 7 * Connect set-up state machine for Me2Me and IT2Me
81 * String used to identify the host to which to connect. For IT2Me, this is
107 * String used to authenticate to the host on connection. For IT2Me, this is
162 * this is the name of the host; for an IT2Me connection, it is the email
251 * Initiate an IT2Me connection.
272 this.connectionMode_ = remoting.ClientSession.Mode.IT2ME;
283 if (this.connectionMode_ == remoting.ClientSession.Mode.IT2ME) {
284 console.error('reconnect not supported for IT2Me.');
309 * Get the connection mode (Me2Me or IT2Me)
318 * Continue an IT2Me connection once an access token has been obtained
    [all...]
server_log_entry.js 153 remoting.ServerLogEntry.VALUE_MODE_IT2ME_ = 'it2me';
479 case remoting.ClientSession.Mode.IT2ME:
client_session.js 30 * @param {string} accessCode The IT2Me access code. Blank for Me2Me.
40 * @param {string} hostId The host identifier for Me2Me, or empty for IT2Me.
132 if (this.mode == remoting.ClientSession.Mode.IT2ME) {
133 // Resize-to-client is not supported for IT2Me hosts.
227 IT2ME: 0,
799 // Shared secret was already supplied before connecting (It2Me case).
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 95 // Internal implementation of the plugin's It2Me host function.
109 // Creates It2Me host structures and starts the host.
392 new LogToServer(host_->AsWeakPtr(), ServerLogEntry::IT2ME,
706 // Stop the It2Me host if the caller forgot to.
    [all...]

Completed in 792 milliseconds