Searched refs:registerShortcuts (Results 1 – 12 of 12) sorted by relevance
67 this._layers3DView.registerShortcuts(this.registerShortcuts.bind(this));
63 …panel.registerShortcuts([goToLineShortcut], WebInspector.GoToLineDialog._show.bind(null, sourceFra…
132 registerShortcuts: function(keys, handler) method in WebInspector.Panel
215 WebInspector.ShortcutsScreen.registerShortcuts = function() function in WebInspector.ShortcutsScreen
96 this._sourcesView.registerShortcuts(this.registerShortcuts.bind(this));116 this.sidebarPanes.callstack.registerShortcuts(this.registerShortcuts.bind(this));812 this.registerShortcuts(shortcuts, handler);
313 registerShortcuts: function(registerShortcutDelegate) method in WebInspector.CallStackSidebarPane
97 registerShortcuts: function(registerShortcutDelegate) method in WebInspector.SourcesView
33 registerShortcuts: function(registerShortcutDelegate) method in WebInspector.TransformController
134 registerShortcuts: function(registerShortcutDelegate) method in WebInspector.Layers3DView136 this._transformController.registerShortcuts(registerShortcutDelegate);
513 …this.registerShortcuts(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.StartStopRecording, thi…514 …this.registerShortcuts(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.SaveToFile, this._saveT…515 …this.registerShortcuts(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.LoadFromFile, this._sel…
303 WebInspector.ShortcutsScreen.registerShortcuts();
560 …this.registerShortcuts(WebInspector.ShortcutsScreen.ProfilesPanelShortcuts.StartStopRecording, thi…