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