OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HandleXEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc
71
virtual bool
HandleXEvent
(const XEvent& event) OVERRIDE;
169
bool MouseCursorMonitorX11::
HandleXEvent
(const XEvent& event) {
screen_capturer_x11.cc
67
virtual bool
HandleXEvent
(const XEvent& event) OVERRIDE;
76
// from
HandleXEvent
(). In the non-DAMAGE case, this captures the
329
bool ScreenCapturerLinux::
HandleXEvent
(const XEvent& event) {
window_capturer_x11.cc
104
virtual bool
HandleXEvent
(const XEvent& event) OVERRIDE;
311
bool WindowCapturerLinux::
HandleXEvent
(const XEvent& event) {
Completed in 88 milliseconds