Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTabbedPane.js184 var tab = new WebInspector.TabbedPaneTab(this, id, tabTitle, isCloseable, view, tabTooltip);
749 WebInspector.TabbedPaneTab = function(tabbedPane, id, title, closeable, view, tooltip) class in WebInspector
762 WebInspector.TabbedPaneTab.prototype = {