Searched refs:categoryResults (Results 1 – 2 of 2) sorted by relevance
31 WebInspector.AuditResultView = function(categoryResults) argument39 categoryResults.sort(categorySorter);40 for (var i = 0; i < categoryResults.length; ++i)41 … this.element.appendChild(new WebInspector.AuditCategoryResultPane(categoryResults[i]).element);
207 showResults: function(categoryResults) argument209 if (!categoryResults._resultView)210 categoryResults._resultView = new WebInspector.AuditResultView(categoryResults);212 this.visibleView = categoryResults._resultView;