Copy as Markdown
Other Tools
// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_GeckoAppShellNatives_h
#define mozilla_java_GeckoAppShellNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoAppShellWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class GeckoAppShell::Natives : public mozilla::jni::NativeImpl<GeckoAppShell, Impl>
{
public:
static const JNINativeMethod methods[11];
};
template<class Impl>
MOZ_GLOBINIT const JNINativeMethod GeckoAppShell::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoAppShell::IsGpuProcessEnabled_t>(
mozilla::jni::NativeStub<GeckoAppShell::IsGpuProcessEnabled_t, Impl>
::template Wrap<&Impl::IsGpuProcessEnabled>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::IsInteractiveWidgetDefaultResizesVisual_t>(
mozilla::jni::NativeStub<GeckoAppShell::IsInteractiveWidgetDefaultResizesVisual_t, Impl>
::template Wrap<&Impl::IsInteractiveWidgetDefaultResizesVisual>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::IsParentProcess_t>(
mozilla::jni::NativeStub<GeckoAppShell::IsParentProcess_t, Impl>
::template Wrap<&Impl::IsParentProcess>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::AppendAppNotesToCrashReport_t>(
mozilla::jni::NativeStub<GeckoAppShell::AppendAppNotesToCrashReport_t, Impl>
::template Wrap<&Impl::AppendAppNotesToCrashReport>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::NotifyObservers_t>(
mozilla::jni::NativeStub<GeckoAppShell::NotifyObservers_t, Impl>
::template Wrap<&Impl::NotifyObservers>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::NotifyAlertListener_t>(
mozilla::jni::NativeStub<GeckoAppShell::NotifyAlertListener_t, Impl>
::template Wrap<&Impl::NotifyAlertListener>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::OnLocationChanged_t>(
mozilla::jni::NativeStub<GeckoAppShell::OnLocationChanged_t, Impl>
::template Wrap<&Impl::OnLocationChanged>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::OnSensorChanged_t>(
mozilla::jni::NativeStub<GeckoAppShell::OnSensorChanged_t, Impl>
::template Wrap<&Impl::OnSensorChanged>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::OnSystemLocaleChanged_t>(
mozilla::jni::NativeStub<GeckoAppShell::OnSystemLocaleChanged_t, Impl>
::template Wrap<&Impl::OnSystemLocaleChanged>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::OnTimezoneChanged_t>(
mozilla::jni::NativeStub<GeckoAppShell::OnTimezoneChanged_t, Impl>
::template Wrap<&Impl::OnTimezoneChanged>),
mozilla::jni::MakeNativeMethod<GeckoAppShell::ReportJavaCrash_t>(
mozilla::jni::NativeStub<GeckoAppShell::ReportJavaCrash_t, Impl>
::template Wrap<&Impl::ReportJavaCrash>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoAppShellNatives_h