Searched refs:totalSecondsPerLine (Results 1 – 1 of 1) sorted by relevance
1244 let totalSecondsPerLine = {};1352 "totalSecondsPerLine": totalSecondsPerLine, property in TimelineView.Render.vars1377 totalSecondsPerLine = vars.totalSecondsPerLine;1435 if (!(data_line_idx in totalSecondsPerLine)) { totalSecondsPerLine[data_line_idx] = 0; }1436 totalSecondsPerLine[data_line_idx] += totalSecsCurrLine;1549 let totalSeconds = totalSecondsPerLine[data_line_idx];