Searched defs:anchor_y (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.cc125 float anchor_y,
132 result.y = anchor_y;
134 result.globalY = anchor_y;
122 BuildPinchUpdate( float scale, float anchor_x, float anchor_y, int modifiers, blink::WebGestureDevice source_device) argument
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1062 jfloat anchor_x, jfloat anchor_y,
1065 WebInputEvent::GesturePinchUpdate, time_ms, anchor_x, anchor_y);
1061 PinchBy(JNIEnv* env, jobject obj, jlong time_ms, jfloat anchor_x, jfloat anchor_y, jfloat delta) argument

Completed in 119 milliseconds