Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:globalY

211   result.globalY = start.y;
213 POINT client_point = { result.globalX, result.globalY };
268 gesture_event.globalY = screen_point.y;
2900 event.movementY = event.globalY - last_mouse_position_.locked_global.y();
2901 last_mouse_position_.locked_global.SetPoint(event.globalX, event.globalY);
2908 event.globalY = last_mouse_position_.unlocked_global.y();
2918 event.globalY - last_mouse_position_.unlocked_global.y();
2922 last_mouse_position_.unlocked_global.SetPoint(event.globalX, event.globalY);