Home | History | Annotate | Download | only in jni_generator

Lines Matching refs:private

124     private native int nativeInit();
125 private native void nativeDestroy(int nativeChromeBrowserProvider);
126 private native long nativeAddBookmark(
129 private static native String nativeGetDomainAndRegistry(String url);
130 private static native void nativeCreateHistoricalTabFromState(
132 private native byte[] nativeGetStateAsByteArray(View view);
133 private static native String[] nativeGetAutofillProfileGUIDs();
134 private native void nativeSetRecognitionResults(
136 private native long nativeAddBookmarkFromAPI(
141 private static native OnFrameAvailableListener nativeGetInnerClass();
142 private native Bitmap nativeQueryBitmap(
146 private native void nativeGotOrientation(
149 private static native Throwable nativeMessWithJavaException(Throwable e);
288 private native int nativeInit();
307 private native int nativeInit();
311 private native int nativeInit();
333 private native int nativeInit();
336 private native int nativeInit();
386 private static boolean shouldShowAutoLogin(View view,
399 private void activateHardwareAcceleration(final boolean activated,
407 private void uncheckedCall(int iParam);
800 private native void nativeSyncSetupEnded(
809 private int Foo(int p0) {
840 private static native int nativeTest();
920 private native void nativeDestroy(long nativeChromeBrowserProvider);
946 private static native int nativeStaticMethod(long nativeTest, int arg1);
947 private native int nativeMethod(long nativeTest, int arg1);
949 private void testMethodWithParam(int iParam);
951 private String testMethodWithParamAndReturn(int iParam);
953 private static int testStaticMethodWithParam(int iParam);
955 private static double testMethodWithNoParam();
957 private static String testStaticMethodWithNoParam();
961 private native int nativeInit();
965 private native int nativeInit();
1008 private static void calledByNative(Bar.Callback callback) {
1011 private static native void nativeDoSomething(Bar.Callback callback);
1027 private static void calledByNative(Bar1.Callback callback1,
1031 private static native void nativeDoSomething(Bar1.Callback callback1,