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()43 if (g_java_exception_callback) { in SetJavaException()44 g_java_exception_callback(exception); in SetJavaException()