Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc77 options_.x_display()->AddEventHandler(ConfigureNotify, this); in Init()
143 options_.x_display()->AddEventHandler(damage_event_base_ + XDamageNotify, in InitXDamage()
173 options_.x_display()->AddEventHandler( in InitXrandr()
Dshared_x_display.h56 void AddEventHandler(int type, XEventHandler* handler);
Dshared_x_display.cc48 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler) { in AddEventHandler() function in webrtc::SharedXDisplay
Dwindow_capturer_x11.cc49 x_display_->AddEventHandler(ConfigureNotify, this); in WindowCapturerX11()
Dmouse_cursor_monitor_x11.cc120 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this); in Init()