OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleXEvent
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h
35
virtual bool
HandleXEvent
(const XEvent& event) = 0;
shared_x_display.cc
81
if ((*it)->
HandleXEvent
(e))
/external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc
71
bool
HandleXEvent
(const XEvent& event) override;
169
bool MouseCursorMonitorX11::
HandleXEvent
(const XEvent& event) {
screen_capturer_x11.cc
57
bool
HandleXEvent
(const XEvent& event) override;
63
// from
HandleXEvent
(). In the non-DAMAGE case, this captures the
294
bool ScreenCapturerLinux::
HandleXEvent
(const XEvent& event) {
window_capturer_x11.cc
104
bool
HandleXEvent
(const XEvent& event) override;
311
bool WindowCapturerLinux::
HandleXEvent
(const XEvent& event) {
Completed in 102 milliseconds