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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditsPanel.js 73 * @return {!Object.<string, !WebInspector.AuditCategory>}
81 * @param {!WebInspector.AuditCategory} category
91 * @return {WebInspector.AuditCategory}
102 var auditCategory = new WebInspector.AuditCategories[categoryCtorID]();
103 auditCategory._id = categoryCtorID;
104 this.categoriesById[categoryCtorID] = auditCategory;
181 WebInspector.AuditCategory = function(displayName)
187 WebInspector.AuditCategory.prototype = {
324 * @param {!WebInspector.AuditCategory} category
513 * @type {Object.<string, function(new:WebInspector.AuditCategory)>}
    [all...]
externs.js 319 function AuditCategory() {}

Completed in 1391 milliseconds