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

/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp1183 int screenWidth, float scale, int realScreenWidth, int screenHeight,
1199 if (screenWidth != realScreenWidth)
1200 m_screenWidthScale = realScreenWidth * scale / screenWidth;
1209 realScreenWidth, screenHeight);
2589 jint screenWidth, jfloat scale, jint realScreenWidth, jint screenHeight,
2599 realScreenWidth, screenHeight, anchorX, anchorY, ignoreHeight);
1182 setSizeScreenWidthAndScale(int width, int height, int screenWidth, float scale, int realScreenWidth, int screenHeight, int anchorX, int anchorY, bool ignoreHeight) argument
2588 SetSize(JNIEnv *env, jobject obj, jint width, jint height, jint screenWidth, jfloat scale, jint realScreenWidth, jint screenHeight, jint anchorX, jint anchorY, jboolean ignoreHeight) argument

Completed in 19 milliseconds