Home
last modified time | relevance | path

Searched refs:localJid (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/webapp/
Dwcs_sandbox_container.js139 var localJid = event.data['localJid'];
140 if (localJid === undefined) {
144 this.localJid_ = localJid;
148 callback(localJid);
Dwcs_sandbox_content.js131 remoting.WcsSandboxContent.prototype.onLocalJid_ = function(localJid) { argument
135 'localJid': localJid property
Dclient_session.js753 function onWcsConnected(localJid) { argument
754 that.connectPluginToWcs_(localJid);
755 that.getSharedSecret_(onSharedSecretReceived.bind(null, localJid));
760 function onSharedSecretReceived(localJid, sharedSecret) { argument
762 that.hostJid_, that.hostPublicKey_, localJid, sharedSecret,
775 remoting.ClientSession.prototype.connectPluginToWcs_ = function(localJid) { argument
776 remoting.formatIq.setJids(localJid, this.hostJid_);
Dclient_plugin_async.js423 hostJid, hostPublicKey, localJid, sharedSecret, argument
430 localJid: localJid, property
Dclient_plugin.js112 hostJid, hostPublicKey, localJid, sharedSecret, argument