Home
last modified time | relevance | path

Searched refs:oauth_client_id (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/protocol/
Dapp_specifics.proto21 // DEPRECATED: Use oauth_client_id below.
38 optional string oauth_client_id = 3; field
Dproto_value_conversions.cc155 SET_STR(oauth_client_id); in AppSettingsToValue()
/external/chromium_org/chrome/common/cloud_print/
Dcloud_print_helpers.h59 const std::string& oauth_client_id,
Dcloud_print_helpers.cc173 const std::string& oauth_client_id, in GetUrlForGetAuthCode() argument
181 oauth_client_id.c_str(), in GetUrlForGetAuthCode()
/external/chromium_org/components/cloud_devices/tools/prototype/
Dprototype.py500 self.oauth_client_id = config['oauth_client_id']
537 'oauthClientId': self.oauth_client_id
547 flow = OAuth2WebServerFlow(self.oauth_client_id, self.oauth_secret,