Home
last modified time | relevance | path

Searched refs:consumer_key (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauth.js22 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
26 this.consumer_key = consumer_key;
184 consumer_key : this.consumer_key, property
215 consumer_key : this.consumer_key, property
492 consumer_key : this.consumer_key, property
556 consumer_key : this.consumer_key, property
Dchrome_ex_oauthsimple.js81 OAuthSimple = function (consumer_key,shared_secret) argument
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
369 if (this._secrets.consumer_key === undefined) {
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js22 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
26 this.consumer_key = consumer_key;
184 consumer_key : this.consumer_key, property
215 consumer_key : this.consumer_key, property
492 consumer_key : this.consumer_key, property
556 consumer_key : this.consumer_key, property
Dchrome_ex_oauthsimple.js81 OAuthSimple = function (consumer_key,shared_secret) argument
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
369 if (this._secrets.consumer_key === undefined) {
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
DREADME28 'consumer_key' : <OAuth consumer key>,
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauth.js22 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
26 this.consumer_key = consumer_key;
184 consumer_key : this.consumer_key, property
215 consumer_key : this.consumer_key, property
492 consumer_key : this.consumer_key, property
556 consumer_key : this.consumer_key, property
Dchrome_ex_oauthsimple.js81 OAuthSimple = function (consumer_key,shared_secret) argument
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
369 if (this._secrets.consumer_key === undefined) {
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
DREADME28 'consumer_key' : <OAuth consumer key>,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js20 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
24 this.consumer_key = consumer_key;
182 consumer_key : this.consumer_key, property
213 consumer_key : this.consumer_key, property
490 consumer_key : this.consumer_key, property
554 consumer_key : this.consumer_key, property
Dchrome_ex_oauthsimple.js81 OAuthSimple = function (consumer_key,shared_secret) argument
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
369 if (this._secrets.consumer_key === undefined) {
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
DREADME28 'consumer_key' : <OAuth consumer key>,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauth.js20 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
24 this.consumer_key = consumer_key;
182 consumer_key : this.consumer_key, property
213 consumer_key : this.consumer_key, property
490 consumer_key : this.consumer_key, property
554 consumer_key : this.consumer_key, property
Dchrome_ex_oauthsimple.js81 OAuthSimple = function (consumer_key,shared_secret) argument
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
369 if (this._secrets.consumer_key === undefined) {
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
DREADME28 'consumer_key' : <OAuth consumer key>,
/external/chromium_org/google_apis/gaia/
Doauth_request_signer.cc242 const std::string& consumer_key, in PrepareParameters() argument
250 (*parameters)[kOAuthConsumerKeyLabel] = consumer_key; in PrepareParameters()
262 const std::string& consumer_key, in SignParameters() argument
269 consumer_key, token_key); in SignParameters()
367 const std::string& consumer_key, in ParseAndSign() argument
387 http_method, consumer_key, consumer_secret, token_key, in ParseAndSign()
397 const std::string& consumer_key, in SignURL() argument
405 http_method, consumer_key, consumer_secret, in SignURL()
430 const std::string& consumer_key, in SignAuthHeader() argument
438 http_method, consumer_key, consumer_secret, in SignAuthHeader()
Doauth_request_signer.h61 const std::string& consumer_key,
78 const std::string& consumer_key,
90 const std::string& consumer_key,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php597 $consumer_key = $request instanceof OAuthRequest
601 if (!$consumer_key) {
605 $consumer = $this->data_store->lookup_consumer($consumer_key);
703 function lookup_consumer($consumer_key) { argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php597 $consumer_key = $request instanceof OAuthRequest
601 if (!$consumer_key) {
605 $consumer = $this->data_store->lookup_consumer($consumer_key);
703 function lookup_consumer($consumer_key) { argument