Searched refs:AddEventHandler (Results 1 – 5 of 5) sorted by relevance
60 void AddEventHandler(int type, XEventHandler* handler);
46 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler) { in AddEventHandler() function in webrtc::SharedXDisplay
161 options_.x_display()->AddEventHandler(ConfigureNotify, this); in Init()221 options_.x_display()->AddEventHandler( in InitXDamage()
122 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this); in Init()
156 x_display_->AddEventHandler(ConfigureNotify, this); in WindowCapturerLinux()