Searched refs:defaultKeyHandler (Results 1 – 1 of 1) sorted by relevance
235 defaultKeyHandler: function(event, force) method in WebInspector.TextPrompt291 this.defaultKeyHandler(event, true);307 handled = this.defaultKeyHandler(event);867 defaultKeyHandler: function(event, force) method in WebInspector.TextPromptWithHistory919 return WebInspector.TextPrompt.prototype.defaultKeyHandler.apply(this, arguments); method in WebInspector.TextPrompt