Searched refs:hostPublicKey (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/remoting/webapp/ |
D | third_party_token_fetcher.js | 38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns, argument 46 this.hostPublicKey_ = hostPublicKey;
|
D | client_plugin_impl.js | 72 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
|
D | session_connector_impl.js | 243 function(hostId, hostJid, hostPublicKey, hostDisplayName, argument 252 this.hostPublicKey_ = hostPublicKey;
|
D | client_screen.js | 238 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument 240 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
|
D | client_plugin.js | 68 hostJid, hostPublicKey, localJid, sharedSecret, argument
|
D | client_session.js | 62 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/ |
D | mock_session_connector.js | 81 var hostPublicKey = ''; 94 authenticationMethods, hostId, hostJid, hostPublicKey,
|
D | mock_client_plugin.js | 62 hostJid, hostPublicKey, localJid, sharedSecret, argument
|