Home
last modified time | relevance | path

Searched defs:w3cClearTimeout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
H A DJSDispatcher.kt14 internal actual fun w3cClearTimeout(window: W3CWindow, handle: Int) = in <lambda>() method
17 internal actual fun w3cClearTimeout(handle: Int) = in <lambda>() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/
H A DJSDispatcher.kt14 internal actual fun w3cClearTimeout(window: W3CWindow, handle: Int) = in w3cSetTimeout() method
17 internal actual fun w3cClearTimeout(handle: Int) = in w3cSetTimeout() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DJSDispatcher.kt9 internal expect fun w3cClearTimeout(handle: Int) in w3cSetTimeout() method
10 internal expect fun w3cClearTimeout(window: W3CWindow, handle: Int) in w3cSetTimeout() method