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

findAll

fun findAll(text: String): Unit (source)

Overrides EngineSession.findAll

Finds and highlights all occurrences of the provided String and highlights them asynchronously.

Parameters

text - the String to search for