Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc71 virtual bool HandleXEvent(const XEvent& event) OVERRIDE;
169 bool MouseCursorMonitorX11::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::MouseCursorMonitorX11
Dwindow_capturer_x11.cc104 virtual bool HandleXEvent(const XEvent& event) OVERRIDE;
311 bool WindowCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anond332a5ff0111::WindowCapturerLinux
Dscreen_capturer_x11.cc67 virtual bool HandleXEvent(const XEvent& event) OVERRIDE;
329 bool ScreenCapturerLinux::HandleXEvent(const XEvent& event) { in HandleXEvent() function in webrtc::__anon8d2474e70111::ScreenCapturerLinux
/external/chromium_org/third_party/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()