Searched refs:opt_cancelable (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/trace-viewer/src/base/ |
D | properties.js | 18 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));
|
D | events.js | 42 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/ |
D | cr.js | 268 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/ |
D | cr.js | 233 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument 236 cancelable: opt_cancelable === undefined || opt_cancelable
|
/external/chromium_org/ui/webui/resources/js/ |
D | cr.js | 244 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { argument 247 cancelable: opt_cancelable === undefined || opt_cancelable
|