Home | History | Annotate | Download | only in front_end

Lines Matching refs:matchRanges

735         var matchRanges = [];
737 matchRanges.push({ offset: match.index, length: match[0].length });
740 WebInspector.highlightSearchResults(element, matchRanges);