/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
D | chrome_ex_oauth.js | 22 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
|
D | chrome_ex_oauthsimple.js | 81 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/ |
D | chrome_ex_oauth.js | 22 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
|
D | chrome_ex_oauthsimple.js | 81 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;
|
D | README | 28 'consumer_key' : <OAuth consumer key>,
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | chrome_ex_oauth.js | 22 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
|
D | chrome_ex_oauthsimple.js | 81 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;
|
D | README | 28 'consumer_key' : <OAuth consumer key>,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
D | chrome_ex_oauth.js | 20 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
|
D | chrome_ex_oauthsimple.js | 81 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;
|
D | README | 28 'consumer_key' : <OAuth consumer key>,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | chrome_ex_oauth.js | 20 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
|
D | chrome_ex_oauthsimple.js | 81 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;
|
D | README | 28 'consumer_key' : <OAuth consumer key>,
|
/external/chromium_org/google_apis/gaia/ |
D | oauth_request_signer.cc | 242 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()
|
D | oauth_request_signer.h | 61 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/ |
D | OAuth.php | 597 $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/ |
D | OAuth.php | 597 $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
|