Searched refs:ScriptsPanel (Results 1 – 8 of 8) sorted by relevance
26 WebInspector.ScriptsPanel = function() class in WebInspector169 WebInspector.ScriptsPanel.prototype = {810 WebInspector.ScriptsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
285 scripts: new WebInspector.ScriptsPanel(),
180 inspector->showPanel(InspectorController::ScriptsPanel); in toggleDebuggingJavaScript()
89 ScriptsPanel enumerator
1683 case ScriptsPanel: in showPanel()
90 page->inspectorController()->showPanel(InspectorController::ScriptsPanel);
10930 * page/inspector/ScriptsPanel.js:10931 (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu): Use the15634 * page/inspector/ScriptsPanel.js:15635 (WebInspector.ScriptsPanel.prototype.addScript): Move the addBreakpoint()15647 * page/inspector/ScriptsPanel.js:15648 (WebInspector.ScriptsPanel.prototype.showScript): Pass true for shouldHighlightLine.15649 (WebInspector.ScriptsPanel.prototype.showResource): Ditto.15650 (WebInspector.ScriptsPanel.prototype._showScriptOrResource): Added a shouldHighlightLine15652 (WebInspector.ScriptsPanel.prototype._goBack): Pass false for shouldHighlightLine since15654 (WebInspector.ScriptsPanel.prototype._goForward): Ditto.[all …]
14477 * inspector/front-end/ScriptsPanel.js:14478 (WebInspector.ScriptsPanel.prototype.get searchableViews):14479 (WebInspector.ScriptsPanel.prototype._sourceViewForScriptOrResource):14480 (WebInspector.ScriptsPanel.prototype._sourceFrameForScriptOrResource):14481 (WebInspector.ScriptsPanel.prototype._showScriptOrResource):27411 * inspector/front-end/ScriptsPanel.js:27412 … (WebInspector.ScriptsPanel): Replace the overlay element with a PanelEnablerView. Replace the27414 (WebInspector.ScriptsPanel.prototype.get statusBarItems): Replace the debuggingButton with27416 … (WebInspector.ScriptsPanel.prototype._updateDebuggerButtons): Hide/show the pauseOnExceptionButton27419 … (WebInspector.ScriptsPanel.prototype._enableDebugging): Call _toggleDebugging when not enabled.[all …]