Home
last modified time | relevance | path

Searched refs:appendTab (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DNetworkItemView.js42 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);
DSourcesNavigator.js59 …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…
DDrawer.js93 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);
DLayersPanel.js75 …this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Details, WebInspector.UIString…
77 …this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Profiler, WebInspector.UIStrin…
DSidebarPane.js195 this.appendTab(title, title, pane);
DSettingsScreen.js51 …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…
DInspectorView.js130 this._tabbedPane.appendTab(panelName, panelDescriptor.title(), new WebInspector.View());
DCSSNamedFlowCollectionsView.js305 this._tabbedPane.appendTab(flowHash, flowContainer.flow.name, flowContainer.flowView);
DTabbedEditorContainer.js364 this._tabbedPane.appendTab(tabId, title, view, tooltip, userGesture);
DTabbedPane.js149 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) method in WebInspector.TabbedPane
DOverridesView.js104 tabbedPane.appendTab(this._id, this._name, this);