Searched refs:HandleXEvent (Results 1 – 5 of 5) sorted by relevance
71 bool HandleXEvent(const XEvent& event) override;169 bool MouseCursorMonitorX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::MouseCursorMonitorX11
57 bool HandleXEvent(const XEvent& event) override;294 bool ScreenCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anona3bc27320111::ScreenCapturerLinux
104 bool HandleXEvent(const XEvent& event) override;311 bool WindowCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
35 virtual bool HandleXEvent(const XEvent& event) = 0;
81 if ((*it)->HandleXEvent(e)) in ProcessPendingXEvents()