Searched refs:g_java_exception_callback (Results 1 – 1 of 1) sorted by relevance
19 void (*g_java_exception_callback)(const char*); variable36 DCHECK(!g_java_exception_callback); in SetJavaExceptionCallback()37 g_java_exception_callback = callback; in SetJavaExceptionCallback()41 DCHECK(g_java_exception_callback); in SetJavaException()42 g_java_exception_callback(exception); in SetJavaException()