Home
last modified time | relevance | path

Searched refs:getCachedEmail (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/webapp/
Didentity.js102 remoting.Identity.prototype.getCachedEmail = function() { method in remoting.Identity
Dhost_controller.js188 var hostOwnerEmail = remoting.identity.getCachedEmail();
255 remoting.identity.getCachedEmail(),
Doauth2.js372 remoting.OAuth2.prototype.getCachedEmail = function() { method in remoting.OAuth2
Dhost_screen.js92 var email = /** @type {string} */remoting.identity.getCachedEmail();
Dsession_connector_impl.js493 console.log('Connecting as ' + remoting.identity.getCachedEmail());