Searched refs:ResourceGraph (Results 1 – 3 of 3) sorted by relevance
77 return new WebInspector.ResourceGraph(item);1139 WebInspector.ResourceGraph = function(resource) class in WebInspector1173 WebInspector.ResourceGraph.prototype = {
76544 (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 positions76980 (WebInspector.ResourceGraph.prototype.refresh): Set the label text and tooltips.90546 Added WebInspector.ResourceGraph. No more _updateGraphBars on resize.
9337 (WebInspector.ResourceGraph.prototype.refreshLabelPositions):