Searched refs:ignoreHeight (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 309 int anchorY, bool ignoreHeight);
|
D | WebViewCore.cpp | 1127 int anchorX, int anchorY, bool ignoreHeight) in setSizeScreenWidthAndScale() argument 1156 if (ow != width || (!ignoreHeight && oh != height) || reflow) { in setSizeScreenWidthAndScale() 4503 jint screenHeight, jint anchorX, jint anchorY, jboolean ignoreHeight) in SetSize() argument 4509 screenWidth, screenHeight, anchorX, anchorY, ignoreHeight); in SetSize()
|