Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Djni_android.cc237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local
263 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()