Lines Matching full:audits
19 <title>experimental.webInspector.audits - Google Chrome Extensions - Google Code</title></head>
254 <h1 class="page_title">experimental.webInspector.audits</h1>
269 <a href="#apiReference">API reference: experimental.webInspector.audits</a>
325 Use the <code>experimental.webInspector.audits</code> module to add new audit
335 Each audit category is represented by a line on <em>Select audits to run</em>
336 screen in the Audits panel. The following example adds a category named
338 <pre>var category = webInspector.audits.addCategory("Readability", 2);
340 <img src="images/devtools-audits-category.png" style="margin-left: 20px" width="489" height="342" alt="Extension audit category on the launch screen of Audits panel">
350 <code>experimental.webInspector.audits.addCategory()</code> or
354 tree by the Audits panel. You may build the details tree using
378 <img src="images/devtools-audits-results.png" style="margin-left: 20px" width="330" height="169" alt="Audit results example">
385 <h2>API reference: experimental.webInspector.audits</h2>
417 <span>experimental.webInspector.audits.addCategory</span>(<span class="null"><span style="display: none; ">, </span><span>string</span>
583 <a href="experimental.webInspector.audits.html#type-AuditCategory">AuditCategory</a>
818 <a href="experimental.webInspector.audits.html#type-AuditResults">AuditResults</a>
1025 <a href="experimental.webInspector.audits.html#type-AuditResultSeverity">AuditResultSeverity</a>
1167 <a href="experimental.webInspector.audits.html#type-AuditResultNode">AuditResultNode</a>
1542 <a href="experimental.webInspector.audits.html#type-AuditResultNode">AuditResultNode</a>
1616 <a href="experimental.webInspector.audits.html#type-AuditCategory">AuditCategory</a>
1812 <a href="experimental.webInspector.audits.html#type-AuditResultNode">AuditResultNode</a>
1917 <p>Signals the WebInspector Audits panel that the run of this category is over. Normally the run completes automatically when a number of added top-level results is equal to that declared when AuditCategory was created.</p>
2077 <a href="experimental.webInspector.audits.html#type-AuditCategory">AuditCategory</a>
2181 <p>Render passed text as a code snippet in the Audits panel</p>
2273 <a href="experimental.webInspector.audits.html#type-FormattedValue">FormattedValue</a>
2378 <p>Render passed value as an URL in the Audits panel</p>
2538 <a href="experimental.webInspector.audits.html#type-FormattedValue">FormattedValue</a>
2878 <a href="experimental.webInspector.audits.html#type-AuditResultNode">AuditResultNode</a>