Searched defs:nativeView (Results 1 – 1 of 1) sorted by relevance
| /external/webkit/Source/WebKit/android/nav/ |
| D | WebView.cpp | 908 static jint nativeCreateDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView, in nativeCreateDrawGLFunction() 934 static jint nativeGetDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView) { in nativeGetDrawGLFunction() 942 static void nativeUpdateDrawGLFunction(JNIEnv *env, jobject obj, jint nativeView, in nativeUpdateDrawGLFunction() 963 static bool nativeEvaluateLayersAnimations(JNIEnv *env, jobject obj, jint nativeView) in nativeEvaluateLayersAnimations() 976 static bool nativeSetBaseLayer(JNIEnv *env, jobject obj, jint nativeView, jint layer, in nativeSetBaseLayer() 987 static BaseLayerAndroid* nativeGetBaseLayer(JNIEnv *env, jobject obj, jint nativeView) in nativeGetBaseLayer() 1222 static int nativeScrollableLayer(JNIEnv* env, jobject jwebview, jint nativeView, in nativeScrollableLayer() 1237 jint nativeView, jint layerId, jint x, jint y) in nativeScrollLayer() 1268 static int nativeGetBackgroundColor(JNIEnv* env, jobject obj, jint nativeView) in nativeGetBackgroundColor() 1281 static void nativeSetPauseDrawing(JNIEnv *env, jobject obj, jint nativeView, in nativeSetPauseDrawing() [all …]
|