Searched refs:opt_args (Results 1 – 6 of 6) sorted by relevance
/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 29 this.app_name = opt_args && opt_args['app_name'] || 33 this.callback_page = opt_args && opt_args['callback_page'] || 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]; 472 ChromeExOAuth.prototype.getRequestToken = function(callback, opt_args) { argument 476 var url = opt_args && opt_args['url_callback'] || 480 var url_param = opt_args && opt_args['url_callback_param'] ||
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | chrome_ex_oauth.js | 22 consumer_key, consumer_secret, oauth_scope, opt_args) { argument 29 this.app_name = opt_args && opt_args['app_name'] || 33 this.callback_page = opt_args && opt_args['callback_page'] || 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]; 472 ChromeExOAuth.prototype.getRequestToken = function(callback, opt_args) { argument 476 var url = opt_args && opt_args['url_callback'] || 480 var url_param = opt_args && opt_args['url_callback_param'] ||
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
D | chrome_ex_oauth.js | 22 consumer_key, consumer_secret, oauth_scope, opt_args) { argument 29 this.app_name = opt_args && opt_args['app_name'] || 33 this.callback_page = opt_args && opt_args['callback_page'] || 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]; 472 ChromeExOAuth.prototype.getRequestToken = function(callback, opt_args) { argument 476 var url = opt_args && opt_args['url_callback'] || 480 var url_param = opt_args && opt_args['url_callback_param'] ||
|
/external/chromium-trace/trace-viewer/src/importer/linux_perf/ |
D | gesture_parser.js | 36 gestureOpenSlice: function(title, ts, opt_args) { argument 38 'touchpad_gesture', title, ts, opt_args);
|
/external/chromium-trace/trace-viewer/src/model/ |
D | slice_group.js | 77 beginSlice: function(category, title, ts, opt_args) { argument 87 opt_args ? opt_args : {});
|
D | thread.js | 116 addSample: function(category, title, ts, opt_args) { argument 126 opt_args ? opt_args : {});
|