Searched refs:ResourceSidebarTreeElement (Results 1 – 4 of 4) sorted by relevance
72 return new WebInspector.ResourceSidebarTreeElement(item);94 ….UIString("Sort by Start Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…95 …String("Sort by Response Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…96 …or.UIString("Sort by End Time"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…97 …or.UIString("Sort by Duration"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…98 …tor.UIString("Sort by Latency"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…108 …pector.UIString("Sort by Size"), sortingFunction: WebInspector.ResourceSidebarTreeElement.CompareB…957 WebInspector.ResourceSidebarTreeElement = function(resource) class in WebInspector968 WebInspector.ResourceSidebarTreeElement.prototype = {1101 WebInspector.ResourceSidebarTreeElement.CompareByAscendingStartTime = function(a, b)[all …]
4222 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):6849 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):7041 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):8271 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):8386 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):23325 (WebInspector.ResourceSidebarTreeElement.prototype.ondblclick):29622 (WebInspector.ResourceSidebarTreeElement.prototype.refresh):33311 (WebInspector.ResourceSidebarTreeElement.prototype.onattach):41937 (WebInspector.ResourceSidebarTreeElement.prototype.get selectable): Call48203 (WebInspector.ResourceSidebarTreeElement.prototype.onattach):[all …]
16107 (WebInspector.ResourceSidebarTreeElement): Call createIconElement before16109 (WebInspector.ResourceSidebarTreeElement.prototype.createIconElement):16113 (WebInspector.ResourceSidebarTreeElement.prototype.refresh): Call16148 (WebInspector.ResourceSidebarTreeElement.prototype.refresh): Call17875 (WebInspector.ResourceSidebarTreeElement.CompareByAscendingStartTime): Added.17876 (WebInspector.ResourceSidebarTreeElement.CompareByAscendingResponseReceivedTime): Added.17877 (WebInspector.ResourceSidebarTreeElement.CompareByAscendingEndTime): Added.17878 (WebInspector.ResourceSidebarTreeElement.CompareByDescendingDuration): Added.17879 (WebInspector.ResourceSidebarTreeElement.CompareByDescendingLatency): Added.17880 (WebInspector.ResourceSidebarTreeElement.CompareByDescendingSize):[all …]
86093 …(WebInspector.ResourceSidebarTreeElement.prototype.resetBubble): Clear all the classes and content.86094 …(WebInspector.ResourceSidebarTreeElement.prototype.set searchMatches): Set the bubbleText and clas…86095 … (WebInspector.ResourceSidebarTreeElement.prototype.updateErrorsAndWarnings): Call resetBubble.