Home | History | Annotate | Download | only in timeline

Lines Matching defs:Panel

60  * @extends {WebInspector.Panel}
66 WebInspector.Panel.call(this, "timeline");
116 this._topPane.element.id = "timeline-overview-panel";
357 var panelStatusBarElement = this.element.createChild("div", "panel-status-bar");
1111 __proto__: WebInspector.Panel.prototype