Home
last modified time | relevance | path

Searched defs:appendTab (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelinePanel.js1161 appendTab: function(id, tabTitle, view, tabTooltip) method in WebInspector.TimelineDetailsView
1163 WebInspector.TabbedPane.prototype.appendTab.call(this, id, tabTitle, view, tabTooltip); method in WebInspector.TabbedPane
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTabbedPane.js181 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) method in WebInspector.TabbedPane