Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DResource.js37 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;
DResourcesPanel.js67 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) {
Dinspector.js454 this.resourceCategories = { property
1242 for (var category in this.resourceCategories)
1243 this.resourceCategories[category].removeAllResources();
/external/webkit/WebCore/
DChangeLog-2010-01-2964861 Remove dependency of SummaryBar on WebInspector.resourceCategories.