Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dclient_plugin_async.js49 tokenUrl, hostPublicKey, scope) {}; argument
304 var hostPublicKey =
307 this.fetchThirdPartyTokenHandler(tokenUrl, hostPublicKey, scope);
423 hostJid, hostPublicKey, localJid, sharedSecret, argument
429 hostPublicKey: hostPublicKey, property
Dthird_party_token_fetcher.js38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, argument
46 this.hostPublicKey_ = hostPublicKey;
Dsession_connector.js220 function(hostId, hostJid, hostPublicKey, hostDisplayName, argument
229 this.hostPublicKey_ = hostPublicKey;
Dclient_screen.js264 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument
266 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
Dclient_plugin.js112 hostJid, hostPublicKey, localJid, sharedSecret, argument
Dclient_session.js50 hostId, hostJid, hostPublicKey, mode, argument
61 this.hostPublicKey_ = hostPublicKey;
813 var fetchThirdPartyToken = function(tokenUrl, hostPublicKey, scope) { argument
815 tokenUrl, hostPublicKey, scope,