Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc39 screen_capturer_->SetExcludedWindow(excluded_window_); in Capture()
49 void CroppingWindowCapturer::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::CroppingWindowCapturer
52 screen_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Ddesktop_and_cursor_composer.cc145 void DesktopAndCursorComposer::SetExcludedWindow(WindowId window) { in SetExcludedWindow() function in webrtc::DesktopAndCursorComposer
146 desktop_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Ddesktop_capturer.h61 virtual void SetExcludedWindow(WindowId window) {} in SetExcludedWindow() function
Ddesktop_and_cursor_composer.h37 void SetExcludedWindow(WindowId window) override;
Dcropping_window_capturer.h33 void SetExcludedWindow(WindowId window) override;
Dscreen_capturer_mac.mm201 void SetExcludedWindow(WindowId window) override;
456 void ScreenCapturerMac::SetExcludedWindow(WindowId window) {
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h50 void SetExcludedWindow(WindowId window) override;
Dscreen_capturer_win_magnifier.cc188 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { in SetExcludedWindow() function in webrtc::ScreenCapturerWinMagnifier