Searched refs:OAuthSimple (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js0 /* OAuthSimple
8 * url: http://unitedHeroes.net/OAuthSimple
35 var OAuthSimple; variable
37 if (OAuthSimple === undefined)
61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/',
74 /** OAuthSimple creator
76 * Create an instance of OAuthSimple
81 OAuthSimple = function (consumer_key,shared_secret)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple
38 OAuthSimple = function (consumer_key,shared_secret) class
[all...]
H A Dchrome_ex_oauth.js179 var result = OAuthSimple().sign({
210 return OAuthSimple().getHeaderString({
484 var result = OAuthSimple().sign({
549 var result = OAuthSimple().sign({
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js0 /* OAuthSimple
8 * url: http://unitedHeroes.net/OAuthSimple
35 var OAuthSimple; variable
37 if (OAuthSimple === undefined)
61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/',
74 /** OAuthSimple creator
76 * Create an instance of OAuthSimple
81 OAuthSimple = function (consumer_key,shared_secret)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple
38 OAuthSimple = function (consumer_key,shared_secret) class
[all...]
H A Dchrome_ex_oauth.js179 var result = OAuthSimple().sign({
210 return OAuthSimple().getHeaderString({
484 var result = OAuthSimple().sign({
549 var result = OAuthSimple().sign({
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js0 /* OAuthSimple
8 * url: http://unitedHeroes.net/OAuthSimple
35 var OAuthSimple; variable
37 if (OAuthSimple === undefined)
61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/',
74 /** OAuthSimple creator
76 * Create an instance of OAuthSimple
81 OAuthSimple = function (consumer_key,shared_secret)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple
38 OAuthSimple = function (consumer_key,shared_secret) class
[all...]
H A Dchrome_ex_oauth.js179 var result = OAuthSimple().sign({
210 return OAuthSimple().getHeaderString({
484 var result = OAuthSimple().sign({
549 var result = OAuthSimple().sign({
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js0 /* OAuthSimple
8 * url: http://unitedHeroes.net/OAuthSimple
35 var OAuthSimple; variable
37 if (OAuthSimple === undefined)
61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/',
74 /** OAuthSimple creator
76 * Create an instance of OAuthSimple
81 OAuthSimple = function (consumer_key,shared_secret)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple
38 OAuthSimple = function (consumer_key,shared_secret) class
[all...]
H A Dchrome_ex_oauth.js177 var result = OAuthSimple().sign({
208 return OAuthSimple().getHeaderString({
482 var result = OAuthSimple().sign({
547 var result = OAuthSimple().sign({
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js0 /* OAuthSimple
8 * url: http://unitedHeroes.net/OAuthSimple
35 var OAuthSimple; variable
37 if (OAuthSimple === undefined)
61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/',
74 /** OAuthSimple creator
76 * Create an instance of OAuthSimple
81 OAuthSimple = function (consumer_key,shared_secret)
84 throw("Missing argument: api_key (oauth_consumer_key) for OAuthSimple. This is usually provided by the hosting site.");
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple
38 OAuthSimple = function (consumer_key,shared_secret) class
[all...]
H A Dchrome_ex_oauth.js177 var result = OAuthSimple().sign({
208 return OAuthSimple().getHeaderString({
482 var result = OAuthSimple().sign({
547 var result = OAuthSimple().sign({

Completed in 286 milliseconds