Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h489 float yPercentInDoc, float yPercentInView);
DWebViewCore.cpp1223 const float yPercentInView = (float) (anchorY - m_scrollOffsetY) / osh; in setSizeScreenWidthAndScale() local
1228 yPercentInDoc, yPercentInView); in setSizeScreenWidthAndScale()
4081 float xPercentInView, float yPercentInDoc, float yPercentInView) in showRect() argument
4089 xPercentInDoc, xPercentInView, yPercentInDoc, yPercentInView); in showRect()