Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DAuditsPanel.js93 get categoriesById() getter in WebInspector.AuditsPanel
109 this.categoriesById[categoryCtorID] = auditCategory;
174 categories.push(this.categoriesById[categoryIds[i]]);
218 …this._launcherView = new WebInspector.AuditLauncherView(this.categoriesById, this.initiateAudit.bi…
DAuditLauncherView.js31 WebInspector.AuditLauncherView = function(categoriesById, runnerCallback) argument
34 this._categoriesById = categoriesById;
/external/webkit/WebCore/
DChangeLog-2010-01-2917466 (WebInspector.AuditsPanel.prototype.get categoriesById):