Searched defs:w3cSetTimeout (Results 1 – 3 of 3) sorted by relevance
8 internal actual fun w3cSetTimeout(window: W3CWindow, handler: () -> Unit, timeout: Int): Int = in <lambda>() method11 internal actual fun w3cSetTimeout(handler: () -> Unit, timeout: Int): Int = in <lambda>() method
8 internal actual fun w3cSetTimeout(window: W3CWindow, handler: () -> Unit, timeout: Int): Int = in w3cSetTimeout() method11 internal actual fun w3cSetTimeout(handler: () -> Unit, timeout: Int): Int = in w3cSetTimeout() method
7 internal expect fun w3cSetTimeout(window: W3CWindow, handler: () -> Unit, timeout: Int): Int in w3cSetTimeout() method8 internal expect fun w3cSetTimeout(handler: () -> Unit, timeout: Int): Int in w3cSetTimeout() method