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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DPaintProfilerView.js36 WebInspector.PaintProfilerView = function(showImageCallback)
61 WebInspector.PaintProfilerView.Events = {
65 WebInspector.PaintProfilerView.prototype = {
80 this._logCategories = this._log.map(WebInspector.PaintProfilerView._categoryForLogItem);
91 * @this {WebInspector.PaintProfilerView}
160 var categories = WebInspector.PaintProfilerView.categories();
175 this.dispatchEventToListeners(WebInspector.PaintProfilerView.Events.WindowChanged);
183 var category = WebInspector.PaintProfilerView._categoryForLogItem(logEntry);
497 WebInspector.PaintProfilerView.categories = function()
499 if (WebInspector.PaintProfilerView
[all...]

Completed in 102 milliseconds