Searched refs:onThirdPartyTokenFetched (Results 1 – 9 of 9) sorted by relevance
39 onThirdPartyTokenFetched) { argument42 this.onThirdPartyTokenFetched_ = onThirdPartyTokenFetched;43 this.failFetchToken_ = function() { onThirdPartyTokenFetched('', ''); };
238 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument241 onThirdPartyTokenFetched);
159 remoting.ClientPlugin.prototype.onThirdPartyTokenFetched = method in remoting.ClientPlugin
170 tokenUrl, scope, onThirdPartyTokenFetched) {}; argument
839 remoting.ClientPluginImpl.prototype.onThirdPartyTokenFetched = function( method in remoting.ClientPluginImpl
886 that.plugin_.onThirdPartyTokenFetched.bind(that.plugin_));
113 remoting.MockClientPlugin.prototype.onThirdPartyTokenFetched = method in remoting.MockClientPlugin
489 public static void onThirdPartyTokenFetched(String token, String sharedSecret) { in onThirdPartyTokenFetched() method in JniInterface
490 JniInterface.onThirdPartyTokenFetched(token, sharedSecret); in createTokenFetcher()