Home | History | Annotate | Download | only in html_viewer

Lines Matching refs:location_data

62   web_event->x = event->location_data->in_view_location->x;
63 web_event->y = event->location_data->in_view_location->y;
70 if (!event->location_data->screen_location.is_null()) {
71 web_event->globalX = event->location_data->screen_location->x;
72 web_event->globalY = event->location_data->screen_location->y;
155 web_event->x = event->location_data->in_view_location->x;
156 web_event->y = event->location_data->in_view_location->y;
159 if (!event->location_data->screen_location.is_null()) {
160 web_event->globalX = event->location_data->screen_location->x;
161 web_event->globalY = event->location_data->screen_location->y;