Searched refs:realScreenWidth (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.h | 283 float scale, int realScreenWidth, int screenHeight, int anchorX,
|
D | WebViewCore.cpp | 1183 int screenWidth, float scale, int realScreenWidth, int screenHeight, in setSizeScreenWidthAndScale() argument 1199 if (screenWidth != realScreenWidth) in setSizeScreenWidthAndScale() 1200 m_screenWidthScale = realScreenWidth * scale / screenWidth; in setSizeScreenWidthAndScale() 1209 realScreenWidth, screenHeight); in setSizeScreenWidthAndScale() 2589 jint screenWidth, jfloat scale, jint realScreenWidth, jint screenHeight, in SetSize() argument 2599 realScreenWidth, screenHeight, anchorX, anchorY, ignoreHeight); in SetSize()
|