Home
last modified time | relevance | path

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

/external/chromium_org/tools/traceline/svgui/
Dtraceline.js45 function TLThread(id, startms, endms) { argument
50 this.startms = startms;
57 return this.endms - this.startms;
68 " startms: " + this.startms + " endms: " + this.endms +
321 this.hittest = function(startms, dur) { argument
336 this.hittest = function(startms, dur) { argument
337 return this.x <= (startms + dur) &&
338 (this.x + this.width) >= startms;
358 var startms = (scroll / total) * obj.endms;
361 var count = obj.RenderSVGRenderScene(dom, scene, startms, curzoom);
[all …]