Home | History | Annotate | Download | only in resources

Lines Matching full:highlighttext

144  * @param {string} highlightText Occurences of this text inside |content| will
147 Page.prototype.addHighlightedText_ = function(node, content, highlightText) {
149 if (highlightText) {
150 var re = new RegExp(Page.pregQuote_(highlightText), 'gim');