android-components / mozilla.components.concept.engine / EngineSession / findAll

findAll

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

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

Parameters

text - the String to search for