Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DResourcesPanel.js77 return new WebInspector.ResourceGraph(item);
1139 WebInspector.ResourceGraph = function(resource) class in WebInspector
1173 WebInspector.ResourceGraph.prototype = {
/external/webkit/WebCore/
DChangeLog-2009-06-1676544 (WebInspector.ResourceGraph): Start the graph as hidden until the first refresh.
76545 (WebInspector.ResourceGraph.prototype.refresh): Remove the hidden class.
76934 (WebInspector.ResourceGraph): Add the "resource-cached" class.
76972 ResourceGraph.refresh function.
76977 … (WebInspector.ResourceGraph): Add a mouseover event listener that calls refreshLabelPositions.
76978 … (WebInspector.ResourceGraph.prototype.refreshLabelPositions): Added. Updates the label positions
76980 (WebInspector.ResourceGraph.prototype.refresh): Set the label text and tooltips.
90546 Added WebInspector.ResourceGraph. No more _updateGraphBars on resize.
DChangeLog-2010-01-299337 (WebInspector.ResourceGraph.prototype.refreshLabelPositions):