Home
last modified time | relevance | path

Searched refs:_rules (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DAuditsPanel.js283 this._rules = []; property in WebInspector.AuditCategory
301 return this._rules.length;
306 this._rules.push(rule);
312 for (var i = 0; i < this._rules.length; ++i)
313 this._rules[i].run(resources, callback);