383384385386387388389390391392393
else { if (isIncrementalFindSupported()) { clearTerm(); contentWindow.removeSelection(); } } } } }
468469470471472473474475476477478
if (contentWindow == null) return; // if this is an incremental search then reset the selection first if (incremental) contentWindow.removeSelection(); contentWindow.find(term, false, !forwards, true, false); } private boolean isFindSupported()