Home
last modified time | relevance | path

Searched refs:HandleXEvent (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dshared_x_display.h37 virtual bool HandleXEvent(const XEvent& event) = 0;
Dmouse_cursor_monitor_x11.h47 bool HandleXEvent(const XEvent& event) override;
Dwindow_capturer_x11.h50 bool HandleXEvent(const XEvent& event) override;
Dscreen_capturer_x11.h65 bool HandleXEvent(const XEvent& event) override;
Dshared_x_display.cc83 if ((*it)->HandleXEvent(e)) in ProcessPendingXEvents()
Dmouse_cursor_monitor_x11.cc183 bool MouseCursorMonitorX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::MouseCursorMonitorX11
Dwindow_capturer_x11.cc192 bool WindowCapturerX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::WindowCapturerX11
Dscreen_capturer_x11.cc322 bool ScreenCapturerX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::ScreenCapturerX11