Searched refs:SourcesPanelDescriptor (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | SourcesPanelDescriptor.js | 34 WebInspector.SourcesPanelDescriptor = function() class in WebInspector 40 WebInspector.SourcesPanelDescriptor.prototype = { 62 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.PauseContinue, WebInspec… 63 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.StepOver, WebInspector.U… 64 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.StepInto, WebInspector.U… 65 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.StepIntoSelection, WebIn… 66 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.StepOut, WebInspector.UI… 68 …dPrevFrameKeys = WebInspector.SourcesPanelDescriptor.ShortcutKeys.NextCallFrame.concat(WebInspecto… 71 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.EvaluateSelectionInConso… 72 …section.addAlternateKeys(WebInspector.SourcesPanelDescriptor.ShortcutKeys.AddSelectionToWatch, Web… [all …]
|
D | CallStackSidebarPane.js | 234 …registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.NextCallFrame, this._sel… 235 …registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.PrevCallFrame, this._sel…
|
D | SourcesPanel.js | 145 …this.registerShortcuts(WebInspector.SourcesPanelDescriptor.ShortcutKeys.GoToMember, this._showOutl… 146 …this.registerShortcuts(WebInspector.SourcesPanelDescriptor.ShortcutKeys.ToggleBreakpoint, this._to… 978 …terShortcuts("scripts-run-snippet", title, handler, WebInspector.SourcesPanelDescriptor.ShortcutKe… 984 …nAndRegisterShortcuts("scripts-pause", "", handler, WebInspector.SourcesPanelDescriptor.ShortcutKe… 995 …isterShortcuts("scripts-step-over", title, handler, WebInspector.SourcesPanelDescriptor.ShortcutKe… 1001 …isterShortcuts("scripts-step-into", title, handler, WebInspector.SourcesPanelDescriptor.ShortcutKe… 1005 …this.registerShortcuts(WebInspector.SourcesPanelDescriptor.ShortcutKeys.StepIntoSelection, this._s… 1010 …gisterShortcuts("scripts-step-out", title, handler, WebInspector.SourcesPanelDescriptor.ShortcutKe…
|
D | CSSSourceFrame.js | 45 var shortcutKeys = WebInspector.SourcesPanelDescriptor.ShortcutKeys;
|
D | JavaScriptSourceFrame.js | 75 var shortcutKeys = WebInspector.SourcesPanelDescriptor.ShortcutKeys;
|
D | inspector.js | 40 var sources = new WebInspector.SourcesPanelDescriptor();
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
D | devtools.gypi | 167 'front_end/SourcesPanelDescriptor.js',
|
D | concatenated_devtools_js.target.linux-mips.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_js.target.darwin-mips.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_js.target.darwin-x86.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_js.target.darwin-arm.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_js.target.linux-x86.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_js.target.linux-arm.mk | 23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.linux-x86.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.darwin-x86.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.linux-mips.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.darwin-arm.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.darwin-mips.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|
D | concatenated_devtools_css.target.linux-arm.mk | 22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
|