android-components / mozilla.components.browser.engine.servo / ServoEngineSession / findNext

findNext

fun findNext(forward: Boolean): Unit (source)

Overrides EngineSession.findNext

Finds and highlights the next or previous match found by findAll.

Parameters

forward - true if the next match should be highlighted, false for the previous match.