OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateAccessToken
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/webapp/
wcs_iq_client_proto.js
29
remoting.WcsIqClient.prototype.
updateAccessToken
= function(token) {};
wcs.js
74
remoting.Wcs.prototype.
updateAccessToken
= function(tokenNew) {
77
this.wcsIqClient_.
updateAccessToken
(this.token_);
Completed in 23 milliseconds