Searched refs:matchIdx (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 6829 } else if (matchIndex === -1 || matchIndex !== this._selected.matchIdx) { 6853 matchIdx: -1 property 6857 matchIdx: null, property 6971 var matchIdx = -queryLen; variable 6974 matchIdx = pageContent.indexOf(query, matchIdx + queryLen); 6976 if (matchIdx === -1) { 6980 if (entireWord && !this._isEntireWord(pageContent, matchIdx, queryLen)) { 6984 matches.push(matchIdx); 6998 var matchIdx = -subqueryLen; variable 7001 matchIdx = pageContent.indexOf(subquery, matchIdx + subqueryLen); [all …]
|
| D | viewer.js.map | 1 …matchIdx","wrapped","_shouldDirtyMatch","_prepareMatches","currentElem","matchesWithLength","nextE…
|