Searched defs:setTokensAndSecrets (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js56 * pass those in either with .setTokensAndSecrets() or as an argument to the
187 this.setTokensAndSecrets = function(signatures) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
209 throw('Missing required shared_secret in OAuthSimple.setTokensAndSecrets');
212 throw('Missing oauth_secret for supplied oauth_token in OAuthSimple.setTokensAndSecrets');
256 this.setTokensAndSecrets(args['signatures']);
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js56 * pass those in either with .setTokensAndSecrets() or as an argument to the
187 this.setTokensAndSecrets = function(signatures) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
209 throw('Missing required shared_secret in OAuthSimple.setTokensAndSecrets');
212 throw('Missing oauth_secret for supplied oauth_token in OAuthSimple.setTokensAndSecrets');
256 this.setTokensAndSecrets(args['signatures']);
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js56 * pass those in either with .setTokensAndSecrets() or as an argument to the
187 this.setTokensAndSecrets = function(signatures) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
209 throw('Missing required shared_secret in OAuthSimple.setTokensAndSecrets');
212 throw('Missing oauth_secret for supplied oauth_token in OAuthSimple.setTokensAndSecrets');
256 this.setTokensAndSecrets(args['signatures']);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js56 * pass those in either with .setTokensAndSecrets() or as an argument to the
187 this.setTokensAndSecrets = function(signatures) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
209 throw('Missing required shared_secret in OAuthSimple.setTokensAndSecrets');
212 throw('Missing oauth_secret for supplied oauth_token in OAuthSimple.setTokensAndSecrets');
256 this.setTokensAndSecrets(args['signatures']);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js56 * pass those in either with .setTokensAndSecrets() or as an argument to the
187 this.setTokensAndSecrets = function(signatures) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
209 throw('Missing required shared_secret in OAuthSimple.setTokensAndSecrets');
212 throw('Missing oauth_secret for supplied oauth_token in OAuthSimple.setTokensAndSecrets');
256 this.setTokensAndSecrets(args['signatures']);

Completed in 787 milliseconds