Home
last modified time | relevance | path

Searched refs:handleCancel (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/resources/extensions/chromeos/
Dkiosk_app_disable_bailout_confirm.js23 overlay.addEventListener('cancelOverlay', this.handleCancel);
32 $('kiosk-disable-bailout-cancel-button').onclick = this.handleCancel;
36 handleCancel: function() { method in KioskDisableBailoutConfirm
/external/chromium_org/chrome/browser/resources/options/
Dconfirm_dialog.js80 this.cancelButton.onclick = this.handleCancel.bind(this);
108 handleCancel: function() { method in ConfirmDialog
109 SettingsDialog.prototype.handleCancel.call(this); method in SettingsDialog
Dsettings_dialog.js36 this.cancelButton.onclick = this.handleCancel.bind(this);
56 handleCancel: function() { method in SettingsDialog
Dstartup_overlay.js77 handleCancel: function() { method in StartupOverlay
78 SettingsDialog.prototype.handleCancel.call(this); method in SettingsDialog
Dhotword_confirm_dialog.js72 this.cancelButton.onclick = this.handleCancel.bind(this);
Dautofill_edit_creditcard_overlay.js50 handleCancel: function() { method in AutofillEditCreditCardOverlay
Dautofill_edit_address_overlay.js106 handleCancel: function() { method in AutofillEditAddressOverlay
Dmanage_profile_overlay.js677 handleCancel: function() { method in CreateProfileOverlay
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dthird_party_ime_confirm_overlay.js55 handleCancel: function() { method in ThirdPartyImeConfirmOverlay
56 SettingsDialog.prototype.handleCancel.call(this); method in SettingsDialog
Ddisplay_overscan.js55 handleCancel: function() { method in DisplayOverscan
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
Dpage_manager.js361 if (overlay.handleCancel) {
362 overlay.handleCancel();
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcolorSuggestionPicker.js145 this.handleCancel();
DpickerCommon.js249 Picker.prototype.handleCancel = function() { method in Picker
DsuggestionPicker.js256 this.handleCancel();