/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
D | chrome_ex_oauth.js | 185 oauth_token: token property 216 oauth_token: token property 441 var oauth_token = params['oauth_token']; 443 this.getAccessToken(oauth_token, oauth_verifier, callback); 538 ChromeExOAuth.prototype.getAccessToken = function(oauth_token, oauth_verifier, argument 550 "oauth_token" : oauth_token, property
|
D | chrome_ex_oauthsimple.js | 199 this._secrets.oauth_token = this._secrets.access_token; 211 … if ((this._secrets.oauth_token !== undefined) && (this._secrets.oauth_secret === undefined)) { 383 this._parameters['oauth_token'] = this._secrets.oauth_token; 384 return this._parameters.oauth_token;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | chrome_ex_oauth.js | 185 oauth_token: token property 216 oauth_token: token property 441 var oauth_token = params['oauth_token']; 443 this.getAccessToken(oauth_token, oauth_verifier, callback); 538 ChromeExOAuth.prototype.getAccessToken = function(oauth_token, oauth_verifier, argument 550 "oauth_token" : oauth_token, property
|
D | chrome_ex_oauthsimple.js | 199 this._secrets.oauth_token = this._secrets.access_token; 211 … if ((this._secrets.oauth_token !== undefined) && (this._secrets.oauth_secret === undefined)) { 383 this._parameters['oauth_token'] = this._secrets.oauth_token; 384 return this._parameters.oauth_token;
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | main.py | 56 oauth_token = oauth2.Token(**{ 67 client = oauth2.Client(oauth_consumer, oauth_token)
|
D | README | 25 'oauth_token': 'INSERT OAUTH TOKEN HERE',
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 274 std::string oauth_token = FLAG_oauth; in main() local 335 if (pass.password().empty() && !test_server && oauth_token.empty()) { in main() 368 if (!oauth_token.empty()) { in main() 369 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2, oauth_token); in main()
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
D | enrollment_screen_actor.h | 50 virtual void OnOAuthTokenAvailable(const std::string& oauth_token) = 0;
|
D | enrollment_screen.h | 46 virtual void OnOAuthTokenAvailable(const std::string& oauth_token) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | one_click_signin_sync_starter.cc | 118 void OneClickSigninSyncStarter::ConfirmSignin(const std::string& oauth_token) { in ConfirmSignin() argument 119 DCHECK(!oauth_token.empty()); in ConfirmSignin() 129 oauth_token, in ConfirmSignin()
|
D | one_click_signin_sync_starter.h | 171 void ConfirmSignin(const std::string& oauth_token);
|
/external/chromium_org/components/policy/core/common/cloud/ |
D | mock_device_management_service.h | 57 const std::string& oauth_token,
|
D | device_management_service.h | 58 void SetOAuthToken(const std::string& oauth_token);
|
D | device_management_service.cc | 357 void DeviceManagementRequestJob::SetOAuthToken(const std::string& oauth_token) { in SetOAuthToken() argument 358 AddParameter(dm_protocol::kParamOAuthToken, oauth_token); in SetOAuthToken()
|
D | cloud_policy_client_unittest.cc | 131 void ExpectRegistration(const std::string& oauth_token) { in ExpectRegistration() argument 137 "", oauth_token, "", "", _, in ExpectRegistration()
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_manager_unittest.cc | 172 void CompleteSigninCallback(const std::string& oauth_token) { in CompleteSigninCallback() argument 173 oauth_tokens_fetched_.push_back(oauth_token); in CompleteSigninCallback()
|
/external/chromium_org/chrome/browser/policy/test/ |
D | policy_testserver.py | 330 oauth_token = self.GetUniqueParam('oauth_token') 331 if oauth_token: 332 return oauth_token
|