Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:globalX

210   result.globalX = start.x;
213 POINT client_point = { result.globalX, result.globalY };
267 gesture_event.globalX = screen_point.x;
2899 event.movementX = event.globalX - last_mouse_position_.locked_global.x();
2901 last_mouse_position_.locked_global.SetPoint(event.globalX, event.globalY);
2907 event.globalX = last_mouse_position_.unlocked_global.x();
2916 event.globalX - last_mouse_position_.unlocked_global.x();
2922 last_mouse_position_.unlocked_global.SetPoint(event.globalX, event.globalY);