Searched refs:_searchView (Results 1 – 2 of 2) sorted by relevance
479 if (this._searchView)480 this._searchView.searchCanceled();482 delete this._searchView;499 this._searchView = sourceFrame;532 …this._searchView.performSearch(query, shouldJump, !!jumpBackwards, finishedCallback.bind(this), cu…537 if (!this._searchView)540 if (this._searchView !== this.currentSourceFrame()) {545 this._searchView.jumpToNextSearchResult();550 if (!this._searchView)553 if (this._searchView !== this.currentSourceFrame()) {[all …]
369 var searchView = this._searchView();384 _searchView: function() method in WebInspector.AdvancedSearchView.ToggleDrawerViewActionDelegate