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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditCategories.js 33 * @extends {WebInspector.AuditCategory}
36 WebInspector.AuditCategory.call(this, WebInspector.AuditCategories.PagePerformance.AuditCategoryName);
50 __proto__: WebInspector.AuditCategory.prototype
55 * @extends {WebInspector.AuditCategory}
58 WebInspector.AuditCategory.call(this, WebInspector.AuditCategories.NetworkUtilization.AuditCategoryName);
78 __proto__: WebInspector.AuditCategory.prototype
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() {}
ExtensionAPI.js 509 return new AuditCategory(id);
875 var AuditCategory = declareInterfaceClass(AuditCategoryImpl);

Completed in 341 milliseconds