Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DExtensionServer.js97 startAuditRun: function(category, auditRun) argument
99 this._clientObjects[auditRun.id] = auditRun;
100 this._postNotification("audit-started-" + category.id, auditRun.id);
103 stopAuditRun: function(auditRun) argument
105 delete this._clientObjects[auditRun.id];
369 var auditRun = this._clientObjects[request.resultId];
370 if (!auditRun)
372 auditRun.cancel();