Home | History | Annotate | Download | only in front-end

Lines Matching full:timeline

34     this.element.addStyleClass("timeline");
42 this._sidebarBackgroundElement.className = "sidebar timeline-sidebar-background";
46 this._containerElement.id = "timeline-container";
64 this._itemsGraphsElement.id = "timeline-graphs";
68 this._topGapElement.className = "timeline-gap";
75 this._bottomGapElement.className = "timeline-gap";
87 toolbarItemClass: "timeline",
91 return WebInspector.UIString("Timeline");
116 this.clearButton = new WebInspector.StatusBarButton("", "timeline-clear-status-bar-item");
356 // Define row height, should be in sync with styles for timeline graphs.
503 iconElement.className = "timeline-tree-icon";
528 this.element.className = "timeline-tree-item timeline-category-" + record.category.name + (isEven ? " even" : "");
558 this._barAreaElement.className = "timeline-graph-bar-area";
562 this._barElement.className = "timeline-graph-bar";
566 this._expandElement.className = "timeline-expandable";
570 leftBorder.className = "timeline-expandable-left";
582 this.element.className = "timeline-graph-side timeline-category-" + record.category.name + (isEven ? " even" : "");
595 this._expandElement.addStyleClass("timeline-expandable-expanded");
596 this._expandElement.removeStyleClass("timeline-expandable-collapsed");
599 this._expandElement.addStyleClass("timeline-expandable-collapsed");
600 this._expandElement.removeStyleClass("timeline-expandable-expanded");