Searched refs:resourceCategories (Results 1 – 6 of 6) sorted by relevance
49 case WebInspector.resourceCategories.documents:50 case WebInspector.resourceCategories.scripts:51 case WebInspector.resourceCategories.xhr:52 case WebInspector.resourceCategories.stylesheets:54 case WebInspector.resourceCategories.images:56 case WebInspector.resourceCategories.fonts:67 case WebInspector.resourceCategories.documents:68 case WebInspector.resourceCategories.scripts:69 case WebInspector.resourceCategories.xhr:70 case WebInspector.resourceCategories.stylesheets:[all …]
34 this._category = WebInspector.resourceCategories.other;380 this.category = WebInspector.resourceCategories.documents;383 this.category = WebInspector.resourceCategories.stylesheets;386 this.category = WebInspector.resourceCategories.scripts;389 this.category = WebInspector.resourceCategories.images;392 this.category = WebInspector.resourceCategories.fonts;395 this.category = WebInspector.resourceCategories.xhr;398 this.category = WebInspector.resourceCategories.websockets;402 this.category = WebInspector.resourceCategories.other;
991 …var categoryElement = resource.category === WebInspector.resourceCategories.documents ? this : thi…1079 if (this._resource.category === WebInspector.resourceCategories.images) {
48 this._categories = WebInspector.resourceCategories;1469 if (this._resource.category === WebInspector.resourceCategories.images) {
440 this.resourceCategories = { property
64861 Remove dependency of SummaryBar on WebInspector.resourceCategories.