Searched refs:TabbedPaneTab (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TabbedPane.js | 152 var tab = new WebInspector.TabbedPaneTab(this, id, tabTitle, isCloseable, view, tabTooltip); 675 WebInspector.TabbedPaneTab = function(tabbedPane, id, title, closeable, view, tooltip) class in WebInspector 688 WebInspector.TabbedPaneTab.prototype = {
|