Searched defs:aggregateTimeForRecord (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineUIUtilsImpl.js150 aggregateTimeForRecord: function(total, record)
152 WebInspector.TimelineUIUtilsImpl.aggregateTimeForRecord(total, record);
306 WebInspector.TimelineUIUtilsImpl.aggregateTimeForRecord = function(total, record)
310 WebInspector.TimelineUIUtilsImpl.aggregateTimeForRecord(total, children[i]);
504 WebInspector.TimelineUIUtilsImpl.aggregateTimeForRecord(aggregatedStats, record);
H A DTimelineUIUtils.js150 aggregateTimeForRecord: function(total, record)
H A DTracingTimelineUIUtils.js152 aggregateTimeForRecord: function(total, record)

Completed in 95 milliseconds