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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditsPanel.js 206 * @param {!WebInspector.AuditRule} rule
207 * @param {!WebInspector.AuditRule.Severity} severity
254 WebInspector.AuditRule = function(id, displayName)
263 WebInspector.AuditRule.Severity = {
269 WebInspector.AuditRule.SeverityOrder = {
275 WebInspector.AuditRule.prototype = {
287 * @param {!WebInspector.AuditRule.Severity} severity
AuditRules.js 74 * @extends {WebInspector.AuditRule}
78 WebInspector.AuditRule.call(this, "network-gzip", WebInspector.UIString("Enable gzip compression"));
140 __proto__: WebInspector.AuditRule.prototype
145 * @extends {WebInspector.AuditRule}
149 WebInspector.AuditRule.call(this, id, name);
187 __proto__: WebInspector.AuditRule.prototype
216 * @extends {WebInspector.AuditRule}
219 WebInspector.AuditRule.call(this, "network-minimizelookups", WebInspector.UIString("Minimize DNS lookups"));
255 __proto__: WebInspector.AuditRule.prototype
260 * @extends {WebInspector.AuditRule}
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]

Completed in 87 milliseconds