HomeSort by relevance Sort by last modified time
    Searched refs:auth_params (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 87 KioskOAuthParams* auth_params = new KioskOAuthParams(); local
91 auth_params),
94 base::Owned(auth_params)));
99 KioskOAuthParams* auth_params) {
116 dict->GetString(kOAuthRefreshToken, &auth_params->refresh_token);
117 dict->GetString(kOAuthClientId, &auth_params->client_id);
118 dict->GetString(kOAuthClientSecret, &auth_params->client_secret);
121 void StartupAppLauncher::OnOAuthFileLoaded(KioskOAuthParams* auth_params) {
122 auth_params_ = *auth_params;
startup_app_launcher.h 74 static void LoadOAuthFileOnBlockingPool(KioskOAuthParams* auth_params);
75 void OnOAuthFileLoaded(KioskOAuthParams* auth_params);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 33 this.auth_params = {};
34 if (opt_args && opt_args['auth_params']) {
35 for (key in opt_args['auth_params']) {
36 if (opt_args['auth_params'].hasOwnProperty(key)) {
37 this.auth_params[key] = opt_args['auth_params'][key];
60 * "auth_params" {Object} Additional parameters to pass to the
237 * "auth_params" {Object} Additional parameters to pass to the
252 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 33 this.auth_params = {};
34 if (opt_args && opt_args['auth_params']) {
35 for (key in opt_args['auth_params']) {
36 if (opt_args['auth_params'].hasOwnProperty(key)) {
37 this.auth_params[key] = opt_args['auth_params'][key];
60 * "auth_params" {Object} Additional parameters to pass to the
237 * "auth_params" {Object} Additional parameters to pass to the
252 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 258 auth_params = {}
262 auth_params[key.lower()] = UNQUOTE_PAIRS.sub(r'\1', value) # '\\'.join([x.replace('\\', '') for x in value.split('\\\\')])
264 retval[auth_scheme.lower()] = auth_params
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 258 auth_params = {}
262 auth_params[key.lower()] = UNQUOTE_PAIRS.sub(r'\1', value) # '\\'.join([x.replace('\\', '') for x in value.split('\\\\')])
264 retval[auth_scheme.lower()] = auth_params
    [all...]

Completed in 147 milliseconds