Home
last modified time | relevance | path

Searched refs:updateSidebarWidth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DPanel.js322 this.updateSidebarWidth(event.pageX);
333 updateSidebarWidth: function(width) method in WebInspector.Panel
367 this.updateSidebarWidth(sidebarWidth);
DNetworkPanel.js117 updateSidebarWidth: function(width) method in WebInspector.NetworkPanel
121 WebInspector.Panel.prototype.updateSidebarWidth.call(this, width); method in WebInspector.Panel
858 this.updateSidebarWidth();
873 this.updateSidebarWidth();
988 this.updateSidebarWidth(200);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-297150 (WebInspector.Panel.prototype.updateSidebarWidth):
41966 (WebInspector.Panel.prototype.show): Call updateSidebarWidth.
41970 (WebInspector.Panel.prototype._sidebarDragging): Call updateSidebarWidth.
41971 (WebInspector.Panel.prototype.updateSidebarWidth): Renamed from _updateSidebarWidth.
41972 (WebInspector.Panel.prototype.setSidebarWidth): Added. Called by updateSidebarWidth.
41979 (WebInspector.ResourcesPanel.prototype.showResource): Call updateSidebarWidth
DChangeLog-2010-12-0618195 (WebInspector.NetworkPanel.prototype.updateSidebarWidth):
36647 (WebInspector.NetworkPanel.prototype.updateSidebarWidth):
105206 (WebInspector.Panel.prototype.updateSidebarWidth):
DChangeLog-2011-02-1618627 (WebInspector.NetworkPanel.prototype.updateSidebarWidth):