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

  /external/chromium_org/remoting/jingle_glue/
server_log_entry.h 27 ME2ME
server_log_entry.cc 29 const char kValueModeMe2Me[] = "me2me";
55 case ME2ME:
  /external/chromium_org/remoting/host/
server_log_entry_host_unittest.cc 88 entry->AddModeField(ServerLogEntry::ME2ME);
95 key_value_pairs["mode"] = "me2me";
log_to_server_unittest.cc 42 node->Attr(QName(std::string(), "mode")) == "me2me" &&
98 node->Attr(QName(std::string(), "mode")) == "me2me");
132 ServerLogEntry::ME2ME,
remoting_me2me_host.cc 5 // This file implements a standalone host process for Me2Me.
806 // For the me2me host, we default to ClientLogin token for chromiumsync
    [all...]
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 382 log_to_server_.reset(new client::LogToServer(ServerLogEntry::ME2ME,
  /external/chromium_org/remoting/webapp/
session_connector.js 7 * Connect set-up state machine for Me2Me and IT2Me
60 this.connectionMode_ = remoting.ClientSession.Mode.ME2ME;
86 * their PIN for a Me2Me connection.
94 * the first 7 digits of the access code; for Me2Me it is the host identifier.
120 * the access code; for Me2Me it is the PIN.
173 * Host 'name', as displayed in the client tool-bar. For a Me2Me connection,
184 * Initiate a Me2Me connection.
186 * @param {remoting.Host} host The Me2Me host to which to connect.
221 * Initiate a Me2Me connection.
223 * @param {string} hostId ID of the Me2Me host
    [all...]
server_log_entry.js 161 remoting.ServerLogEntry.VALUE_MODE_ME2ME_ = 'me2me';
461 case remoting.ClientSession.Mode.ME2ME:
client_session.js 26 * @param {string} accessCode The IT2Me access code. Blank for Me2Me.
28 * Called by Me2Me connections when a PIN needs to be obtained
32 * fetchThirdPartyToken Called by Me2Me connections when a third party
36 * @param {string} hostId The host identifier for Me2Me, or empty for IT2Me.
42 * @param {string} clientPairingId For paired Me2Me connections, the
44 * @param {string} clientPairedSecret For paired Me2Me connections, the
288 ME2ME: 1
508 // and the Ctrl-Alt-Del button only in Me2Me mode.
513 } else if (this.mode_ != remoting.ClientSession.Mode.ME2ME) {
791 * a Me2Me connection
    [all...]
remoting.js 138 if (urlParams['mode'] == 'me2me') {
155 document.getElementById('startup-mode-box-me2me').hidden = false;
185 * controls that allow to install and enable Me2Me host.
210 document.getElementById('get-started-me2me').disabled = false;
320 * If a Me2Me client is active then don't bother, since closing the window is
321 * the more intuitive way to end a Me2Me session, and re-connecting is easy.
325 remoting.clientSession.getMode() == remoting.ClientSession.Mode.ME2ME) {

Completed in 5045 milliseconds