Searched refs:root_y (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_x11.cc | 143 int root_y; in Capture() local 152 &root_x, &root_y, &win_x, &win_y, &mask); in Capture()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.cc | 125 int root_x, root_y, win_x, win_y; in GetCursorScreenPoint() local 132 &root_y, in GetCursorScreenPoint() 137 return gfx::Point(root_x, root_y); in GetCursorScreenPoint()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 214 xievent->event_y = xievent->root_y; in WillProcessEvent()
|
/external/chromium_org/ui/events/keycodes/ |
D | keyboard_code_conversion_x.cc | 1324 xkeyevent->xkey.y_root = xievent->root_y; in InitXKeyEventFromXIDeviceEvent()
|
/external/chromium_org/ui/events/x/ |
D | events_x.cc | 624 return gfx::Point(xievent->root_x, xievent->root_y); in EventSystemLocationFromNative()
|