Home
last modified time | relevance | path

Searched refs:opt_args (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js22 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/
Dchrome_ex_oauth.js22 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/
Dchrome_ex_oauth.js22 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/
Dgesture_parser.js36 gestureOpenSlice: function(title, ts, opt_args) { argument
38 'touchpad_gesture', title, ts, opt_args);
/external/chromium-trace/trace-viewer/src/model/
Dslice_group.js77 beginSlice: function(category, title, ts, opt_args) { argument
87 opt_args ? opt_args : {});
Dthread.js116 addSample: function(category, title, ts, opt_args) { argument
126 opt_args ? opt_args : {});