Home
last modified time | relevance | path

Searched defs:runLoopID (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DBaseRunLoop.java72 private native void nativePostDelayedTask(long runLoopID, Runnable runnable, long delay); in nativePostDelayedTask()
73 private native void nativeDeleteMessageLoop(long runLoopID); in nativeDeleteMessageLoop()
/external/libchrome/mojo/public/java/system/
Dbase_run_loop.cc52 jlong runLoopID, in JNI_BaseRunLoop_PostDelayedTask()
70 jlong runLoopID) { in JNI_BaseRunLoop_DeleteMessageLoop()