Searched refs:resourceCategories (Results 1 – 4 of 4) sorted by relevance
37 this._category = WebInspector.resourceCategories.other;383 this.category = WebInspector.resourceCategories.documents;386 this.category = WebInspector.resourceCategories.stylesheets;389 this.category = WebInspector.resourceCategories.scripts;392 this.category = WebInspector.resourceCategories.images;395 this.category = WebInspector.resourceCategories.fonts;398 this.category = WebInspector.resourceCategories.xhr;402 this.category = WebInspector.resourceCategories.other;
67 return WebInspector.resourceCategories;651 case WebInspector.resourceCategories.documents:652 case WebInspector.resourceCategories.stylesheets:653 case WebInspector.resourceCategories.scripts:654 case WebInspector.resourceCategories.xhr:656 case WebInspector.resourceCategories.images:658 case WebInspector.resourceCategories.fonts:1036 if (this.resource.category === WebInspector.resourceCategories.images) {
454 this.resourceCategories = { property1242 for (var category in this.resourceCategories)1243 this.resourceCategories[category].removeAllResources();
64861 Remove dependency of SummaryBar on WebInspector.resourceCategories.