Home | History | Annotate | Download | only in timeline

Lines Matching defs:Panel

34  * @extends {WebInspector.Panel}
40 WebInspector.Panel.call(this, "timeline");
91 topPaneElement.id = "timeline-overview-panel";
314 var panelStatusBarElement = this.element.createChild("div", "panel-status-bar");
1116 __proto__: WebInspector.Panel.prototype