/external/chromium_org/content/browser/resources/gpu/ |
D | browser_bridge.js | 41 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/ |
D | kiosk_apps_browsertest.js | 68 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/ |
D | destination_store.js | 335 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 …]
|
D | document_info.js | 171 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);
|
D | invitation_store.js | 131 cr.dispatchSimpleEvent( 179 cr.dispatchSimpleEvent( 200 cr.dispatchSimpleEvent( 214 cr.dispatchSimpleEvent(
|
D | user_info.js | 66 cr.dispatchSimpleEvent(this, UserInfo.EventType.ACTIVE_USER_CHANGED); 86 cr.dispatchSimpleEvent(this, UserInfo.EventType.USERS_CHANGED);
|
/external/chromium-trace/trace-viewer/src/base/ |
D | events.js | 42 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function 49 dispatchSimpleEvent: dispatchSimpleEvent
|
D | event_target_test.js | 23 base.dispatchSimpleEvent(div, 'foo'); 28 base.dispatchSimpleEvent(div, 'foo');
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | list_view.js | 56 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/ |
D | table_column_model.js | 69 cr.dispatchSimpleEvent(this, 'change'); 104 cr.dispatchSimpleEvent(this, 'resize'); 128 cr.dispatchSimpleEvent(this, 'change');
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | directory_model.js | 363 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');
|
D | directory_contents.js | 360 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/ |
D | plugin_settings.js | 60 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/ |
D | overlay.js | 32 cr.dispatchSimpleEvent(overlay, 'cancelOverlay'); 62 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
D | margin_control.js | 369 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/ |
D | bookmark_list.js | 123 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/ |
D | ticket_item.js | 147 cr.dispatchSimpleEvent(this, TicketItem.EventType.CHANGE); 200 cr.dispatchSimpleEvent(
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
D | tracing_controller.js | 272 base.dispatchSimpleEvent(this, 'loadTraceFileCanceled'); 305 base.dispatchSimpleEvent(this, 'saveTraceFileComplete'); 312 base.dispatchSimpleEvent(this, 'saveTraceFileCanceled');
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | overlay.js | 53 cr.dispatchSimpleEvent(overlay, 'cancelOverlay'); 100 cr.dispatchSimpleEvent(overlay, 'cancelOverlay');
|
/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) { function 341 dispatchSimpleEvent: dispatchSimpleEvent,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
D | cr.js | 233 function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { function 348 dispatchSimpleEvent: dispatchSimpleEvent,
|
/external/chromium_org/ui/webui/resources/js/ |
D | cr.js | 244 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/ |
D | inline_editable_list.js | 121 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/ |
D | native_layer.js | 507 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/ |
D | inline_editable_list.js | 121 cr.dispatchSimpleEvent(this, 'edit', true); 153 cr.dispatchSimpleEvent(this, 'commitedit', true); 156 cr.dispatchSimpleEvent(this, 'canceledit', true);
|