Home
last modified time | relevance | path

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

/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/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_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js20 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
27 this.app_name = opt_args && opt_args['app_name'] ||
31 this.callback_page = opt_args && opt_args['callback_page'] ||
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];
470 ChromeExOAuth.prototype.getRequestToken = function(callback, opt_args) { argument
474 var url = opt_args && opt_args['url_callback'] ||
478 var url_param = opt_args && opt_args['url_callback_param'] ||
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauth.js20 consumer_key, consumer_secret, oauth_scope, opt_args) { argument
27 this.app_name = opt_args && opt_args['app_name'] ||
31 this.callback_page = opt_args && opt_args['callback_page'] ||
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];
470 ChromeExOAuth.prototype.getRequestToken = function(callback, opt_args) { argument
474 var url = opt_args && opt_args['url_callback'] ||
478 var url_param = opt_args && opt_args['url_callback_param'] ||
/external/chromium_org/chrome/browser/resources/ntp_android/
Dmockdata.js1507 window.chrome.send = function(funcName, opt_args) { argument
1513 if (opt_args && opt_args.length == 1) {
1514 ntp.bookmarks(getMockBookmarkData(opt_args[0]));
1529 if (windows[j].sessionTag == opt_args[0] &&
1530 j == opt_args[1] &&
1531 tabs[k].sessionId == opt_args[2]) {
1541 'ntp.setFaviconDominantColor(' + opt_args[1] + ', "#FF0000");', 0);
/external/chromium-trace/trace-viewer/src/about_tracing/
Dprofiling_view_test.js42 function send(message, opt_args) { argument
43 var args = opt_args || [];
50 systemTraceRequested = opt_args[0];
51 continuousTraceRequested = opt_args[1];
52 samplingRequested = opt_args[2];
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
Dgesture_parser.js38 gestureOpenSlice: function(title, ts, opt_args) { argument
41 'touchpad_gesture', title, ts, opt_args);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dthread.js117 addSample: function(category, title, ts, opt_args) { argument
127 opt_args ? opt_args : {});
Dslice_group.js85 beginSlice: function(category, title, ts, opt_args) { argument
95 opt_args ? opt_args : {});
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dshare_client.js142 ShareClient.prototype.postMessage_ = function(type, opt_args) { argument
148 args: opt_args