Home
last modified time | relevance | path

Searched refs:g_java_exception_callback (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/android/
Djava_exception_reporter.cc19 void (*g_java_exception_callback)(const char*); variable
36 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()