Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc88 class WindowCapturerLinux : public WindowCapturer, class
91 WindowCapturerLinux(const DesktopCaptureOptions& options);
92 virtual ~WindowCapturerLinux();
132 RTC_DISALLOW_COPY_AND_ASSIGN(WindowCapturerLinux);
135 WindowCapturerLinux::WindowCapturerLinux(const DesktopCaptureOptions& options) in WindowCapturerLinux() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
159 WindowCapturerLinux::~WindowCapturerLinux() { in ~WindowCapturerLinux()
163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) { in GetWindowList()
203 bool WindowCapturerLinux::SelectWindow(WindowId id) { in SelectWindow()
224 bool WindowCapturerLinux::BringSelectedWindowToFront() { in BringSelectedWindowToFront()
273 void WindowCapturerLinux::Start(Callback* callback) { in Start()
[all …]