Home
last modified time | relevance | path

Searched refs:hostPublicKey (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/webapp/
Dthird_party_token_fetcher.js38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, argument
46 this.hostPublicKey_ = hostPublicKey;
Dclient_plugin_impl.js72 tokenUrl, hostPublicKey, scope) {}; argument
453 var hostPublicKey = getStringAttr(message.data, 'hostPublicKey');
455 this.fetchThirdPartyTokenHandler_(tokenUrl, hostPublicKey, scope);
627 hostJid, hostPublicKey, localJid, sharedSecret, argument
641 hostPublicKey: hostPublicKey, property
Dsession_connector_impl.js243 function(hostId, hostJid, hostPublicKey, hostDisplayName, argument
252 this.hostPublicKey_ = hostPublicKey;
Dclient_screen.js238 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument
240 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
Dclient_plugin.js68 hostJid, hostPublicKey, localJid, sharedSecret, argument
Dclient_session.js62 hostPublicKey, mode, clientPairingId, argument
79 this.hostPublicKey_ = hostPublicKey;
883 var fetchThirdPartyToken = function(tokenUrl, hostPublicKey, scope) { argument
885 tokenUrl, hostPublicKey, scope,
/external/chromium_org/remoting/webapp/browser_test/
Dmock_session_connector.js81 var hostPublicKey = '';
94 authenticationMethods, hostId, hostJid, hostPublicKey,
Dmock_client_plugin.js62 hostJid, hostPublicKey, localJid, sharedSecret, argument