Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc71 bool HandleXEvent(const XEvent& event) override;
169 bool MouseCursorMonitorX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::MouseCursorMonitorX11
Dscreen_capturer_x11.cc57 bool HandleXEvent(const XEvent& event) override;
294 bool ScreenCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anona3bc27320111::ScreenCapturerLinux
Dwindow_capturer_x11.cc104 bool HandleXEvent(const XEvent& event) override;
311 bool WindowCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dshared_x_display.h35 virtual bool HandleXEvent(const XEvent& event) = 0;
Dshared_x_display.cc81 if ((*it)->HandleXEvent(e)) in ProcessPendingXEvents()