Searched defs:nativeSetHeightCanMeasure (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp980 static void nativeSetHeightCanMeasure(JNIEnv *env, jobject obj, bool measure) function in namespace:android
983 ALOG_ASSERT(view, "view not set in nativeSetHeightCanMeasure");
1313 { "nativeSetHeightCanMeasure", "(Z)V",
1314 (void*) nativeSetHeightCanMeasure },

Completed in 23 milliseconds