/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ShortcutsScreen.js | 34 WebInspector.ShortcutsScreen = function() class in WebInspector 40 WebInspector.ShortcutsScreen.prototype = { 215 WebInspector.ShortcutsScreen.registerShortcuts = function() 220 …var navigate = WebInspector.ShortcutsScreen.ElementsPanelShortcuts.NavigateUp.concat(WebInspector.… 223 …var expandCollapse = WebInspector.ShortcutsScreen.ElementsPanelShortcuts.Expand.concat(WebInspecto… 226 …elementsSection.addAlternateKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.EditAttribute… 227 …elementsSection.addAlternateKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.HideElement, … 228 …elementsSection.addAlternateKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.ToggleEditAsH… 232 …tPreviousProperty = WebInspector.ShortcutsScreen.ElementsPanelShortcuts.NextProperty.concat(WebIns… 235 …stylesPaneSection.addRelatedKeys(WebInspector.ShortcutsScreen.ElementsPanelShortcuts.IncrementValu… [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TransformController.js | 35 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.ResetView, this._resetA… 37 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.ZoomIn, this._onKeyboar… 38 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.ZoomOut, this._onKeyboa… 40 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.PanUp, this._onPan.bind… 41 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.PanDown, this._onPan.bi… 42 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.PanLeft, this._onPan.bi… 43 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.PanRight, this._onPan.b… 45 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.RotateCWX, this._onKeyb… 46 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.RotateCCWX, this._onKey… 47 …registerShortcutDelegate(WebInspector.ShortcutsScreen.LayersPanelShortcuts.RotateCWY, this._onKeyb… [all …]
|
D | TimelinePanel.js | 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…
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | SourcesView.js | 110 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.JumpToPreviousLocat… 111 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.JumpToNextLocation,… 112 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.CloseEditorTab, thi… 113 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.GoToLine, this._sho… 114 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.GoToMember, this._s… 116 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.ToggleBreakpoint, t… 117 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.Save, this._save.bi… 118 …registerShortcut.call(this, WebInspector.ShortcutsScreen.SourcesPanelShortcuts.SaveAll, this._save…
|
D | CallStackSidebarPane.js | 315 …registerShortcutDelegate(WebInspector.ShortcutsScreen.SourcesPanelShortcuts.NextCallFrame, this._s… 316 …registerShortcutDelegate(WebInspector.ShortcutsScreen.SourcesPanelShortcuts.PrevCallFrame, this._s…
|
D | CSSSourceFrame.js | 45 var shortcutKeys = WebInspector.ShortcutsScreen.SourcesPanelShortcuts;
|
D | SourcesPanel.js | 728 …egisterShortcuts("scripts-run-snippet", title, handler, WebInspector.ShortcutsScreen.SourcesPanelS… 745 …dRegisterShortcuts("scripts-step-over", title, handler, WebInspector.ShortcutsScreen.SourcesPanelS… 751 …dRegisterShortcuts("scripts-step-into", title, handler, WebInspector.ShortcutsScreen.SourcesPanelS… 757 …ndRegisterShortcuts("scripts-step-out", title, handler, WebInspector.ShortcutsScreen.SourcesPanelS…
|
D | JavaScriptSourceFrame.js | 184 var shortcutKeys = WebInspector.ShortcutsScreen.SourcesPanelShortcuts;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
D | Main.js | 297 WebInspector.shortcutsScreen = new WebInspector.ShortcutsScreen(); 303 WebInspector.ShortcutsScreen.registerShortcuts();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | ProfilesPanel.js | 560 …this.registerShortcuts(WebInspector.ShortcutsScreen.ProfilesPanelShortcuts.StartStopRecording, thi…
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
D | build_core_module.target.darwin-arm.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.linux-arm.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.linux-arm64.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.linux-mips.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.linux-x86_64.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.linux-x86.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.darwin-x86_64.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.darwin-mips.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.darwin-x86.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | build_core_module.target.darwin-arm64.mk | 27 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | devtools.gypi | 209 'front_end/components/ShortcutsScreen.js',
|
D | concatenated_devtools_css.target.linux-x86.mk | 24 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | concatenated_devtools_css.target.linux-mips.mk | 24 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | concatenated_devtools_css.target.linux-arm64.mk | 24 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|
D | concatenated_devtools_css.target.darwin-x86_64.mk | 24 …(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/ShortcutsScreen.js $(LOCAL_PA…
|