Searched refs:WindowCapturerLinux (Results 1 – 1 of 1) sorted by relevance
88 class WindowCapturerLinux : public WindowCapturer, class91 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::WindowCapturerLinux159 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 …]