Searched refs:createJavaRect (Results 1 – 1 of 1) sorted by relevance
| /external/webkit/Source/WebKit/android/nav/ |
| D | WebView.cpp | 1693 static jobject createJavaRect(JNIEnv* env, int x, int y, int right, int bottom) in createJavaRect() function 1715 return createJavaRect(env, bounds.x(), bounds.y(), in nativeCacheHitNodeBounds() 1844 return createJavaRect(env, bounds.x(), bounds.y(), in nativeCursorNodeBounds() 2090 return createJavaRect(env, bounds.x() + 1, bounds.y() + 1, in nativeFocusCandidateNodeBounds() 2101 return createJavaRect(env, input->paddingLeft(), input->paddingTop(), in nativeFocusCandidatePaddingRect() 2162 return createJavaRect(env, bounds.x(), bounds.y(), in nativeFocusNodeBounds()
|