Home | History | Annotate | Download | only in timeline

Lines Matching refs:Frames

132     Frames: "Frames"
336 var framesToggleButton = new WebInspector.StatusBarButton(WebInspector.UIString("Frames mode"), "timeline-frames-status-bar-item");
337 framesToggleButton.toggled = this._overviewModeSetting.get() === WebInspector.TimelinePanel.OverviewMode.Frames;
561 this._overviewModeSetting.set(WebInspector.TimelinePanel.OverviewMode.Frames);
586 var isFrameMode = this._overviewModeSetting.get() === WebInspector.TimelinePanel.OverviewMode.Frames;