HomeSort by relevance Sort by last modified time
    Searched defs:TimelineUIUtils (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtils.js 35 WebInspector.TimelineUIUtils = function() { }
37 WebInspector.TimelineUIUtils.prototype = {
173 WebInspector.TimelineUIUtils.categories = function()
175 if (WebInspector.TimelineUIUtils._categories)
176 return WebInspector.TimelineUIUtils._categories;
177 WebInspector.TimelineUIUtils._categories = {
185 return WebInspector.TimelineUIUtils._categories;
193 WebInspector.TimelineUIUtils.generateMainThreadBarPopupContent = function(model, info)
221 WebInspector.TimelineUIUtils._generateAggregatedInfo = function(aggregatedStats)
242 WebInspector.TimelineUIUtils.generatePieChart = function(aggregatedStats, selfCategory, selfTime
    [all...]
TimelineUIUtilsImpl.js 7 * @extends {WebInspector.TimelineUIUtils}
11 WebInspector.TimelineUIUtils.call(this);
177 __proto__: WebInspector.TimelineUIUtils.prototype
191 WebInspector.TimelineUIUtils._initRecordStyles = function()
193 if (WebInspector.TimelineUIUtils._recordStylesMap)
194 return WebInspector.TimelineUIUtils._recordStylesMap;
197 var categories = WebInspector.TimelineUIUtils.categories();
244 WebInspector.TimelineUIUtils._recordStylesMap = recordStyles;
255 var recordStyles = WebInspector.TimelineUIUtils._initRecordStyles();
260 category: WebInspector.TimelineUIUtils.categories()["other"
    [all...]

Completed in 48 milliseconds