Searched refs:appendTab (Results 1 – 11 of 11) sorted by relevance
42 this.appendTab("headers", WebInspector.UIString("Headers"), headersView);48 this.appendTab("webSocketFrames", WebInspector.UIString("Frames"), frameView);52 this.appendTab("preview", WebInspector.UIString("Preview"), previewView);53 this.appendTab("response", WebInspector.UIString("Response"), responseView);58 this.appendTab("cookies", WebInspector.UIString("Cookies"), this._cookiesView);63 this.appendTab("timing", WebInspector.UIString("Timing"), timingView);
59 …this._tabbedPane.appendTab(WebInspector.SourcesNavigator.SourcesTab, WebInspector.UIString("Source…61 …this._tabbedPane.appendTab(WebInspector.SourcesNavigator.ContentScriptsTab, WebInspector.UIString(…62 …this._tabbedPane.appendTab(WebInspector.SourcesNavigator.SnippetsTab, WebInspector.UIString("Snipp…
93 this._tabbedPane.appendTab(tabId, title, view, undefined, false);110 this._tabbedPane.appendTab(id, title, new WebInspector.View());165 this._tabbedPane.appendTab(id, title, view, undefined, false, true);
75 …this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Details, WebInspector.UIString…77 …this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Profiler, WebInspector.UIStrin…
195 this.appendTab(title, title, pane);
51 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.General, WebInspector.UIString("Genera…52 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Workspace, WebInspector.UIString("Work…54 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Experiments, WebInspector.UIString("Ex…55 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Shortcuts, WebInspector.UIString("Shor…
130 this._tabbedPane.appendTab(panelName, panelDescriptor.title(), new WebInspector.View());
305 this._tabbedPane.appendTab(flowHash, flowContainer.flow.name, flowContainer.flowView);
364 this._tabbedPane.appendTab(tabId, title, view, tooltip, userGesture);
149 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) method in WebInspector.TabbedPane
104 tabbedPane.appendTab(this._id, this._name, this);