Home
last modified time | relevance | path

Searched refs:cursor_event (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc171 const XFixesCursorNotifyEvent* cursor_event = in HandleXEvent() local
173 if (cursor_event->subtype == XFixesDisplayCursorNotify) { in HandleXEvent()
Dscreen_capturer_x11.cc342 const XFixesCursorNotifyEvent* cursor_event = in HandleXEvent() local
344 if (cursor_event->window == root_window_ && in HandleXEvent()
345 cursor_event->subtype == XFixesDisplayCursorNotify) { in HandleXEvent()