Searched refs:hostPublicKey (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/remoting/webapp/ |
D | client_plugin_async.js | 49 tokenUrl, hostPublicKey, scope) {}; argument 304 var hostPublicKey = 307 this.fetchThirdPartyTokenHandler(tokenUrl, hostPublicKey, scope); 423 hostJid, hostPublicKey, localJid, sharedSecret, argument 429 hostPublicKey: hostPublicKey, property
|
D | third_party_token_fetcher.js | 38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, argument 46 this.hostPublicKey_ = hostPublicKey;
|
D | session_connector.js | 220 function(hostId, hostJid, hostPublicKey, hostDisplayName, argument 229 this.hostPublicKey_ = hostPublicKey;
|
D | client_screen.js | 264 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument 266 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
|
D | client_plugin.js | 112 hostJid, hostPublicKey, localJid, sharedSecret, argument
|
D | client_session.js | 50 hostId, hostJid, hostPublicKey, mode, argument 61 this.hostPublicKey_ = hostPublicKey; 813 var fetchThirdPartyToken = function(tokenUrl, hostPublicKey, scope) { argument 815 tokenUrl, hostPublicKey, scope,
|