Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DResourceView.js49 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 …]
DResource.js34 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;
DResourcesPanel.js991 …var categoryElement = resource.category === WebInspector.resourceCategories.documents ? this : thi…
1079 if (this._resource.category === WebInspector.resourceCategories.images) {
DNetworkPanel.js48 this._categories = WebInspector.resourceCategories;
1469 if (this._resource.category === WebInspector.resourceCategories.images) {
Dinspector.js440 this.resourceCategories = { property
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2964861 Remove dependency of SummaryBar on WebInspector.resourceCategories.