Searched refs:x_display_ (Results 1 – 3 of 3) sorted by relevance
73 Display* display() { return x_display_->display(); } in display()78 rtc::scoped_refptr<SharedXDisplay> x_display_; member in webrtc::MouseCursorMonitorX1193 : x_display_(options.x_display()), in MouseCursorMonitorX11()103 x_display_->RemoveEventHandler(xfixes_event_base_ + XFixesCursorNotify, in ~MouseCursorMonitorX11()122 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this); in Init()134 x_display_->ProcessPendingXEvents(); in Capture()
41 SharedXDisplay* x_display() const { return x_display_; } in x_display()43 x_display_ = x_display; in set_x_display()90 rtc::scoped_refptr<SharedXDisplay> x_display_;
107 Display* display() { return x_display_->display(); } in display()122 rtc::scoped_refptr<SharedXDisplay> x_display_; member in webrtc::__anone9ca584a0111::WindowCapturerLinux137 x_display_(options.x_display()), in WindowCapturerLinux()156 x_display_->AddEventHandler(ConfigureNotify, this); in WindowCapturerLinux()160 x_display_->RemoveEventHandler(ConfigureNotify, this); in ~WindowCapturerLinux()287 x_display_->ProcessPendingXEvents(); in Capture()