Home
last modified time | relevance | path

Searched refs:x_display_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc73 Display* display() { return x_display_->display(); } in display()
78 rtc::scoped_refptr<SharedXDisplay> x_display_; member in webrtc::MouseCursorMonitorX11
93 : 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()
Ddesktop_capture_options.h41 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_;
Dwindow_capturer_x11.cc107 Display* display() { return x_display_->display(); } in display()
122 rtc::scoped_refptr<SharedXDisplay> x_display_; member in webrtc::__anone9ca584a0111::WindowCapturerLinux
137 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()