Searched refs:currentMatchIndex (Results 1 – 2 of 2) sorted by relevance
254 updateCurrentMatchIndex: function(currentMatchIndex) argument256 …archMatchesCountAndCurrentMatchIndex(this._searchProvider.currentSearchMatches, currentMatchIndex);357 _updateSearchMatchesCountAndCurrentMatchIndex: function(matches, currentMatchIndex) argument361 else if (matches === 0 || currentMatchIndex >= 0)362 …this._matchesElement.textContent = WebInspector.UIString("%d of %d", currentMatchIndex + 1, matche…
519 function currentMatchChanged(currentMatchIndex) argument521 this._searchableView.updateCurrentMatchIndex(currentMatchIndex);