Searched defs:doAuthRedirect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Devent_handlers.js41 var doAuthRedirect = function() {
42 remoting.oauth2.doAuthRedirect();
61 { event: 'click', id: 'auth-button', fn: doAuthRedirect },
88 { event: 'click', id: 'token-refresh-error-sign-in', fn: doAuthRedirect },
H A Doauth2.js269 remoting.OAuth2.prototype.doAuthRedirect = function() {

Completed in 98 milliseconds