Searched refs:localJid (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/remoting/webapp/ |
D | wcs_sandbox_container.js | 139 var localJid = event.data['localJid']; 140 if (localJid === undefined) { 144 this.localJid_ = localJid; 148 callback(localJid);
|
D | wcs_sandbox_content.js | 131 remoting.WcsSandboxContent.prototype.onLocalJid_ = function(localJid) { argument 135 'localJid': localJid property
|
D | client_session.js | 753 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_);
|
D | client_plugin_async.js | 423 hostJid, hostPublicKey, localJid, sharedSecret, argument 430 localJid: localJid, property
|
D | client_plugin.js | 112 hostJid, hostPublicKey, localJid, sharedSecret, argument
|