Home
last modified time | relevance | path

Searched refs:SourcesPanelDescriptor (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSourcesPanelDescriptor.js34 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 …]
DCallStackSidebarPane.js234 …registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.NextCallFrame, this._sel…
235 …registerShortcutDelegate(WebInspector.SourcesPanelDescriptor.ShortcutKeys.PrevCallFrame, this._sel…
DSourcesPanel.js145 …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…
DCSSSourceFrame.js45 var shortcutKeys = WebInspector.SourcesPanelDescriptor.ShortcutKeys;
DJavaScriptSourceFrame.js75 var shortcutKeys = WebInspector.SourcesPanelDescriptor.ShortcutKeys;
Dinspector.js40 var sources = new WebInspector.SourcesPanelDescriptor();
/external/chromium_org/third_party/WebKit/Source/devtools/
Ddevtools.gypi167 'front_end/SourcesPanelDescriptor.js',
Dconcatenated_devtools_js.target.linux-mips.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_js.target.darwin-mips.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_js.target.darwin-x86.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_js.target.darwin-arm.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_js.target.linux-x86.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_js.target.linux-arm.mk23 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.linux-x86.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.darwin-x86.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.linux-mips.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.darwin-arm.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.darwin-mips.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…
Dconcatenated_devtools_css.target.linux-arm.mk22 …ng.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/SourcesPanelDescriptor.js $(LOCAL…