Home
last modified time | relevance | path

Searched refs:currentMatchIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DSearchableView.js254 updateCurrentMatchIndex: function(currentMatchIndex) argument
256 …archMatchesCountAndCurrentMatchIndex(this._searchProvider.currentSearchMatches, currentMatchIndex);
357 _updateSearchMatchesCountAndCurrentMatchIndex: function(matches, currentMatchIndex) argument
361 else if (matches === 0 || currentMatchIndex >= 0)
362 …this._matchesElement.textContent = WebInspector.UIString("%d of %d", currentMatchIndex + 1, matche…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSourcesView.js519 function currentMatchChanged(currentMatchIndex) argument
521 this._searchableView.updateCurrentMatchIndex(currentMatchIndex);