Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Djava_exception_reporter.cc40 void SetJavaException(const char* exception) { in SetJavaException() function
54 SetJavaException(exception_info.c_str()); in JNI_JavaExceptionReporter_ReportJavaException()
60 SetJavaException(nullptr); in JNI_JavaExceptionReporter_ReportJavaException()
67 SetJavaException(ConvertJavaStringToUTF8(stackTrace).c_str()); in JNI_JavaExceptionReporter_ReportJavaStackTrace()
69 SetJavaException(nullptr); in JNI_JavaExceptionReporter_ReportJavaStackTrace()
Djava_exception_reporter.h28 void SetJavaException(const char* exception);
Djni_android.cc245 base::android::SetJavaException( in CheckException()
250 base::android::SetJavaException( in CheckException()
/external/cronet/base/android/
Djava_exception_reporter.cc65 void SetJavaException(const char* exception) { in SetJavaException() function
80 SetJavaException(exception_info.c_str()); in JNI_JavaExceptionReporter_ReportJavaException()
88 SetJavaException(nullptr); in JNI_JavaExceptionReporter_ReportJavaException()
95 SetJavaException(ConvertJavaStringToUTF8(stack_trace).c_str()); in JNI_JavaExceptionReporter_ReportJavaStackTrace()
97 SetJavaException(nullptr); in JNI_JavaExceptionReporter_ReportJavaStackTrace()
Djni_android.cc303 base::android::SetJavaException(kMessage); in CheckException()
310 base::android::SetJavaException(kMessage); in CheckException()
346 base::android::SetJavaException( in CheckException()
369 base::android::SetJavaException( in CheckException()
Djava_exception_reporter.h30 void SetJavaException(const char* exception);