Home
last modified time | relevance | path

Searched refs:endTimeInSeconds (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineModel.js120 WebInspector.TimelineModel.endTimeInSeconds = function(record) function in WebInspector.TimelineModel
127 …return WebInspector.TimelineModel.endTimeInSeconds(record) - WebInspector.TimelineModel.startTimeI…
328 var endTime = WebInspector.TimelineModel.endTimeInSeconds(record);
DTimelineMemoryOverview.js74 … var x = Math.round((WebInspector.TimelineModel.endTimeInSeconds(r) - minTime) * xFactor);
DTimelineEventOverview.js85 …var recordEnd = Math.ceil((WebInspector.TimelineModel.endTimeInSeconds(record) - timeOffset) * sca…
DTimelineFrameController.js87 …yover = isFrameRecord && programRecord ? WebInspector.TimelineModel.endTimeInSeconds(programRecord…
DTimelinePresentationModel.js424 var endTime = WebInspector.TimelineModel.endTimeInSeconds(record);
684 …cpuTime += WebInspector.TimelineModel.endTimeInSeconds(task) - WebInspector.TimelineModel.startTim…
687 var endTime = WebInspector.TimelineModel.endTimeInSeconds(tasks[lastTaskIndex]);
1006 return WebInspector.TimelineModel.endTimeInSeconds(this._record);
DTimelineOverviewPane.js247 …var end = (WebInspector.TimelineModel.endTimeInSeconds(record) - this._minimumBoundary) / this.bou…
DTimelinePanel.js1255 …(width, this._calculator.computePosition(WebInspector.TimelineModel.endTimeInSeconds(task)) + barO…