Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/x11/
Dshared_x_display.h60 void AddEventHandler(int type, XEventHandler* handler);
Dshared_x_display.cc46 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler) { in AddEventHandler() function in webrtc::SharedXDisplay
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc161 options_.x_display()->AddEventHandler(ConfigureNotify, this); in Init()
221 options_.x_display()->AddEventHandler( in InitXDamage()
Dmouse_cursor_monitor_x11.cc122 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this); in Init()
Dwindow_capturer_x11.cc156 x_display_->AddEventHandler(ConfigureNotify, this); in WindowCapturerLinux()