Home
last modified time | relevance | path

Searched refs:startTimeInSeconds (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameController.js87 …eModel.endTimeInSeconds(programRecord) - WebInspector.TimelineModel.startTimeInSeconds(record) : 0;
118 frame.endTime = WebInspector.TimelineModel.startTimeInSeconds(record);
135 frame.startTime = WebInspector.TimelineModel.startTimeInSeconds(record);
DTimelineModel.js115 WebInspector.TimelineModel.startTimeInSeconds = function(record) function in WebInspector.TimelineModel
127 …tor.TimelineModel.endTimeInSeconds(record) - WebInspector.TimelineModel.startTimeInSeconds(record);
327 var startTime = WebInspector.TimelineModel.startTimeInSeconds(record);
341 return WebInspector.TimelineModel.startTimeInSeconds(rawRecord) - this._minimumRecordTime;
DTimelineEventOverview.js84 …var recordStart = Math.floor((WebInspector.TimelineModel.startTimeInSeconds(record) - timeOffset) …
DTimelinePresentationModel.js302 this._minimumRecordTime = WebInspector.TimelineModel.startTimeInSeconds(record);
423 var startTime = WebInspector.TimelineModel.startTimeInSeconds(record);
684 …spector.TimelineModel.endTimeInSeconds(task) - WebInspector.TimelineModel.startTimeInSeconds(task);
686 var startTime = WebInspector.TimelineModel.startTimeInSeconds(tasks[firstTaskIndex]);
998 return WebInspector.TimelineModel.startTimeInSeconds(this._record);
DTimelineOverviewPane.js246 …var start = (WebInspector.TimelineModel.startTimeInSeconds(record) - this._minimumBoundary) / this…
DTimelinePanel.js763 … return WebInspector.TimelineModel.startTimeInSeconds(record) < this._overviewPane.windowEndTime();
1254 …max(0, this._calculator.computePosition(WebInspector.TimelineModel.startTimeInSeconds(task)) + bar…