Home
last modified time | relevance | path

Searched refs:onThirdPartyTokenFetched (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/remoting/webapp/
Dthird_party_token_fetcher.js39 onThirdPartyTokenFetched) { argument
42 this.onThirdPartyTokenFetched_ = onThirdPartyTokenFetched;
43 this.failFetchToken_ = function() { onThirdPartyTokenFetched('', ''); };
Dclient_screen.js238 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { argument
241 onThirdPartyTokenFetched);
Dclient_plugin.js159 remoting.ClientPlugin.prototype.onThirdPartyTokenFetched = method in remoting.ClientPlugin
Dsession_connector_impl.js170 tokenUrl, scope, onThirdPartyTokenFetched) {}; argument
Dclient_plugin_impl.js839 remoting.ClientPluginImpl.prototype.onThirdPartyTokenFetched = function( method in remoting.ClientPluginImpl
Dclient_session.js886 that.plugin_.onThirdPartyTokenFetched.bind(that.plugin_));
/external/chromium_org/remoting/webapp/browser_test/
Dmock_client_plugin.js113 remoting.MockClientPlugin.prototype.onThirdPartyTokenFetched = method in remoting.MockClientPlugin
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
DJniInterface.java489 public static void onThirdPartyTokenFetched(String token, String sharedSecret) { in onThirdPartyTokenFetched() method in JniInterface
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DChromoting.java490 JniInterface.onThirdPartyTokenFetched(token, sharedSecret); in createTokenFetcher()