Home
last modified time | relevance | path

Searched refs:dispatchSimpleEvent (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium_org/content/browser/resources/gpu/
Dbrowser_bridge.js41 cr.dispatchSimpleEvent(this, 'gpuInfoUpdate');
42 cr.dispatchSimpleEvent(this, 'clientInfoChange');
43 cr.dispatchSimpleEvent(this, 'logMessagesChange');
94 cr.dispatchSimpleEvent(this, 'gpuInfoUpdate');
107 cr.dispatchSimpleEvent(this, 'clientInfoChange');
128 cr.dispatchSimpleEvent(this, 'logMessagesChange');
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
Dkiosk_apps_browsertest.js68 cr.dispatchSimpleEvent($('add-kiosk-app'), 'click');
104 cr.dispatchSimpleEvent($('kiosk-app-add'), 'click');
113 cr.dispatchSimpleEvent($('kiosk-options-overlay-confirm'), 'click');
188 cr.dispatchSimpleEvent(checkbox, 'change');
193 cr.dispatchSimpleEvent(checkbox, 'change');
197 cr.dispatchSimpleEvent($('kiosk-disable-bailout-confirm-button'), 'click');
203 cr.dispatchSimpleEvent(checkbox, 'change');
205 cr.dispatchSimpleEvent($('kiosk-disable-bailout-cancel-button'), 'click');
/external/chromium_org/chrome/browser/resources/print_preview/data/
Ddestination_store.js335 cr.dispatchSimpleEvent(
401 cr.dispatchSimpleEvent(
429 cr.dispatchSimpleEvent(
447 cr.dispatchSimpleEvent(
472 cr.dispatchSimpleEvent(
482 cr.dispatchSimpleEvent(
502 cr.dispatchSimpleEvent(
512 cr.dispatchSimpleEvent(
574 cr.dispatchSimpleEvent(
608 cr.dispatchSimpleEvent(
[all …]
Ddocument_info.js171 cr.dispatchSimpleEvent(this, DocumentInfo.EventType.CHANGE);
183 cr.dispatchSimpleEvent(this, DocumentInfo.EventType.CHANGE);
195 cr.dispatchSimpleEvent(this, DocumentInfo.EventType.CHANGE);
220 cr.dispatchSimpleEvent(this, DocumentInfo.EventType.CHANGE);
Dinvitation_store.js131 cr.dispatchSimpleEvent(
179 cr.dispatchSimpleEvent(
200 cr.dispatchSimpleEvent(
214 cr.dispatchSimpleEvent(
Duser_info.js66 cr.dispatchSimpleEvent(this, UserInfo.EventType.ACTIVE_USER_CHANGED);
86 cr.dispatchSimpleEvent(this, UserInfo.EventType.USERS_CHANGED);
/external/chromium-trace/trace-viewer/src/base/
Devents.js42 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function
49 dispatchSimpleEvent: dispatchSimpleEvent
Devent_target_test.js23 base.dispatchSimpleEvent(div, 'foo');
28 base.dispatchSimpleEvent(div, 'foo');
/external/chromium-trace/trace-viewer/src/ui/
Dlist_view.js56 base.dispatchSimpleEvent(listView, 'selection-changed', false);
78 base.dispatchSimpleEvent(this, 'selection-changed', false);
105 base.dispatchSimpleEvent(this, 'selection-changed', false);
116 base.dispatchSimpleEvent(this, 'selection-changed', false);
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
Dtable_column_model.js69 cr.dispatchSimpleEvent(this, 'change');
104 cr.dispatchSimpleEvent(this, 'resize');
128 cr.dispatchSimpleEvent(this, 'change');
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_model.js363 cr.dispatchSimpleEvent(this, 'rescan-completed');
408 cr.dispatchSimpleEvent(this, 'scan-completed');
416 cr.dispatchSimpleEvent(this, 'scan-failed');
426 cr.dispatchSimpleEvent(this, 'scan-cancelled');
431 cr.dispatchSimpleEvent(this, 'scan-updated');
439 cr.dispatchSimpleEvent(this, 'scan-cancelled');
444 cr.dispatchSimpleEvent(this, 'scan-started');
490 cr.dispatchSimpleEvent(this, 'rescan-completed');
607 cr.dispatchSimpleEvent(this, 'begin-update-files');
638 cr.dispatchSimpleEvent(this, 'end-update-files');
Ddirectory_contents.js360 cr.dispatchSimpleEvent(this, 'changed');
368 cr.dispatchSimpleEvent(this, 'changed');
734 cr.dispatchSimpleEvent(this, 'scan-cancelled');
774 cr.dispatchSimpleEvent(this, 'scan-completed');
789 cr.dispatchSimpleEvent(this, 'scan-failed');
825 cr.dispatchSimpleEvent(this, 'scan-updated');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
Dplugin_settings.js60 cr.dispatchSimpleEvent(settings, 'change');
105 cr.dispatchSimpleEvent(this, 'change');
131 cr.dispatchSimpleEvent(settings, 'change');
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
Doverlay.js32 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
62 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
Dmargin_control.js369 cr.dispatchSimpleEvent(this, MarginControl.EventType.DRAG_START);
410 cr.dispatchSimpleEvent(this, MarginControl.EventType.TEXT_CHANGE);
421 cr.dispatchSimpleEvent(this, MarginControl.EventType.TEXT_CHANGE);
433 cr.dispatchSimpleEvent(this, MarginControl.EventType.TEXT_CHANGE);
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_list.js123 cr.dispatchSimpleEvent(this, 'invalidId');
130 cr.dispatchSimpleEvent(this, 'load');
456 cr.dispatchSimpleEvent(listItem, 'canceledit', true);
560 cr.dispatchSimpleEvent(this, 'canceledit', true);
593 cr.dispatchSimpleEvent(this, 'rename', true);
596 cr.dispatchSimpleEvent(this, 'edit', true);
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dticket_item.js147 cr.dispatchSimpleEvent(this, TicketItem.EventType.CHANGE);
200 cr.dispatchSimpleEvent(
/external/chromium-trace/trace-viewer/src/about_tracing/
Dtracing_controller.js272 base.dispatchSimpleEvent(this, 'loadTraceFileCanceled');
305 base.dispatchSimpleEvent(this, 'saveTraceFileComplete');
312 base.dispatchSimpleEvent(this, 'saveTraceFileCanceled');
/external/chromium_org/ui/webui/resources/js/cr/ui/
Doverlay.js53 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
100 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
Dcr.js268 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function
341 dispatchSimpleEvent: dispatchSimpleEvent,
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
Dcr.js233 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function
348 dispatchSimpleEvent: dispatchSimpleEvent,
/external/chromium_org/ui/webui/resources/js/
Dcr.js244 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function
321 dispatchSimpleEvent: dispatchSimpleEvent,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
Dinline_editable_list.js121 cr.dispatchSimpleEvent(this, 'edit', true);
146 cr.dispatchSimpleEvent(this, 'commitedit', true);
149 cr.dispatchSimpleEvent(this, 'canceledit', true);
/external/chromium_org/chrome/browser/resources/print_preview/
Dnative_layer.js507 cr.dispatchSimpleEvent(this, NativeLayer.EventType.DESTINATIONS_RELOAD);
530 cr.dispatchSimpleEvent(this, NativeLayer.EventType.FILE_SELECTION_CANCEL);
541 cr.dispatchSimpleEvent(
551 cr.dispatchSimpleEvent(
561 cr.dispatchSimpleEvent(this, NativeLayer.EventType.SETTINGS_INVALID);
657 cr.dispatchSimpleEvent(this, NativeLayer.EventType.DISABLE_SCALING);
/external/chromium_org/chrome/browser/resources/options/
Dinline_editable_list.js121 cr.dispatchSimpleEvent(this, 'edit', true);
153 cr.dispatchSimpleEvent(this, 'commitedit', true);
156 cr.dispatchSimpleEvent(this, 'canceledit', true);

1234