HomeSort by relevance Sort by last modified time
    Searched refs:ThirdPartyTokenFetcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
ThirdPartyTokenFetcher.java 25 * on the |ThirdPartyTokenFetcher$OAuthRedirectActivity| to intercept the access token from the
28 public class ThirdPartyTokenFetcher {
78 public ThirdPartyTokenFetcher(Activity context,
234 ThirdPartyTokenFetcher.OAuthRedirectActivity.class);
Chromoting.java 90 private ThirdPartyTokenFetcher mTokenFetcher;
477 private ThirdPartyTokenFetcher createTokenFetcher(HostInfo host) {
478 ThirdPartyTokenFetcher.Callback callback = new ThirdPartyTokenFetcher.Callback() {
493 return new ThirdPartyTokenFetcher(this, host.getTokenUrlPatterns(), callback);
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 37 remoting.ThirdPartyTokenFetcher = function(
62 remoting.ThirdPartyTokenFetcher.prototype.fetchToken = function() {
92 remoting.ThirdPartyTokenFetcher.prototype.parseRedirectUrl_ =
135 remoting.ThirdPartyTokenFetcher.prototype.getFullTokenUrl_ = function() {
151 remoting.ThirdPartyTokenFetcher.prototype.fetchTokenWindowOpen_ = function() {
152 /** @type {remoting.ThirdPartyTokenFetcher} */
169 remoting.ThirdPartyTokenFetcher.prototype.fetchTokenIdentityApi_ = function() {
client_screen.js 239 var thirdPartyTokenFetcher = new remoting.ThirdPartyTokenFetcher(
242 thirdPartyTokenFetcher.fetchToken();

Completed in 341 milliseconds