Searched refs:tabTooltip (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | TabbedPane.js | 181 appendTab: function(id, tabTitle, view, tabTooltip, userGesture, isCloseable) argument 184 var tab = new WebInspector.TabbedPaneTab(this, id, tabTitle, isCloseable, view, tabTooltip); 398 changeTabTooltip: function(id, tabTooltip) argument 401 tab.tooltip = tabTooltip;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelinePanel.js | 1161 appendTab: function(id, tabTitle, view, tabTooltip) argument 1163 WebInspector.TabbedPane.prototype.appendTab.call(this, id, tabTitle, view, tabTooltip); argument
|