Searched refs:_onScrollOrResize (Results 1 – 1 of 1) sorted by relevance
66 this._boundOnScroll = this._onScrollOrResize.bind(this, true);67 this._boundOnResize = this._onScrollOrResize.bind(this, false);92 _onScrollOrResize: function(isScroll, event) method in WebInspector.SuggestBox