/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl */ #ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl #define _Included_org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl #ifdef __cplusplus extern "C" { #endif /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeCopyCurrentSelectionToSystemClipboard * Signature: (I)V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeCopyCurrentSelectionToSystemClipboard (JNIEnv *, jobject, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeFindInPage * Signature: (Ljava/lang/String;ZZ)V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeFindInPage (JNIEnv *, jobject, jstring, jboolean, jboolean); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeFindNextInPage * Signature: (Z)V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeFindNextInPage (JNIEnv *, jobject, jboolean); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeGetCurrentURL * Signature: (I)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeGetCurrentURL (JNIEnv *, jobject, jint); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeGetSource * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeGetSource (JNIEnv *, jobject); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeGetSourceBytes * Signature: ()[B */ JNIEXPORT jbyteArray JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeGetSourceBytes (JNIEnv *, jobject); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeResetFind * Signature: ()V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeResetFind (JNIEnv *, jobject); /* * Class: org_mozilla_webclient_wrapper_0005fnative_CurrentPageImpl * Method: nativeSelectAll * Signature: ()V */ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImpl_nativeSelectAll (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif