Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/src/base/
Dproperties.js18 opt_bubbles, opt_cancelable) { argument
20 opt_bubbles, opt_cancelable);
127 function getSetter(name, kind, opt_setHook, opt_bubbles, opt_cancelable) { argument
138 opt_bubbles, opt_cancelable);
154 opt_bubbles, opt_cancelable);
170 opt_bubbles, opt_cancelable);
190 opt_bubbles, opt_cancelable) { argument
202 opt_bubbles, opt_cancelable));
Devents.js42 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument
43 var e = new Event(type, opt_bubbles, opt_cancelable);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
Dcr.js268 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument
271 cancelable: opt_cancelable === undefined || opt_cancelable
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
Dcr.js233 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument
236 cancelable: opt_cancelable === undefined || opt_cancelable
/external/chromium_org/ui/webui/resources/js/
Dcr.js244 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument
247 cancelable: opt_cancelable === undefined || opt_cancelable