Home | History | Annotate | Download | only in timeline

Lines Matching defs:TabbedPane

1116  * @extends {WebInspector.TabbedPane}
1120 WebInspector.TabbedPane.call(this);
1128 this.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
1163 WebInspector.TabbedPane.prototype.appendTab.call(this, id, tabTitle, view, tabTooltip);
1176 __proto__: WebInspector.TabbedPane.prototype