Home
last modified time | relevance | path

Searched refs:_windowResized (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DPanelEnablerView.js75 window.addEventListener("resize", this._windowResized.bind(this), true);
84 _windowResized: function() method in WebInspector.PanelEnablerView
DSourceFrame.js71 this._windowResizeListener = this._windowResized.bind(this);
279 _windowResized: function(event) method in WebInspector.SourceFrame
/external/webkit/WebCore/
DChangeLog-2009-06-163979 (WebInspector.PanelEnablerView.prototype._windowResized):
74437 (WebInspector.PanelEnablerView.prototype._windowResized): Test if the icon should be hidden.
DChangeLog-2008-08-1017992 (WebInspector.SourceFrame.prototype._windowResized):