Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2998 void WebViewCore::scrollFocusedTextInput(float xPercent, int y) in scrollFocusedTextInput() argument
3011 int x = (int)round(xPercent * (renderText->scrollWidth() - in scrollFocusedTextInput()
4594 jfloat xPercent, jint y) in ScrollFocusedTextInput() argument
4597 viewImpl->scrollFocusedTextInput(xPercent, y); in ScrollFocusedTextInput()