Home
last modified time | relevance | path

Searched refs:ignoreHeight (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h309 int anchorY, bool ignoreHeight);
DWebViewCore.cpp1127 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()