Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h429 float yPercentInDoc, float yPercentInView);
DWebViewCore.cpp1261 const float yPercentInDoc = (float) (anchorY - bounds.y()) / bounds.height(); in setSizeScreenWidthAndScale() local
1267 yPercentInDoc, yPercentInView); in setSizeScreenWidthAndScale()
2537 float xPercentInView, float yPercentInDoc, float yPercentInView) in showRect() argument
2542 xPercentInDoc, xPercentInView, yPercentInDoc, yPercentInView); in showRect()