Searched defs:WindowCapturerLinux (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc88 class WindowCapturerLinux : public WindowCapturer, class in namespace:webrtc::__anon15947
91 WindowCapturerLinux(const DesktopCaptureOptions& options);
92 virtual ~WindowCapturerLinux();
132 DISALLOW_COPY_AND_ASSIGN(WindowCapturerLinux);
135 WindowCapturerLinux::WindowCapturerLinux(const DesktopCaptureOptions& options) function in class:webrtc::__anon15947::WindowCapturerLinux
159 WindowCapturerLinux::~WindowCapturerLinux() {
163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) {
203 bool WindowCapturerLinux
[all...]

Completed in 143 milliseconds