Searched refs:AddEventHandler (Results 1 – 5 of 5) sorted by relevance
77 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()
56 void AddEventHandler(int type, XEventHandler* handler);
48 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler) { in AddEventHandler() function in webrtc::SharedXDisplay
49 x_display_->AddEventHandler(ConfigureNotify, this); in WindowCapturerX11()
120 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this); in Init()