Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dfallback_desktop_capturer_wrapper.cc147 bool FallbackDesktopCapturerWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::FallbackDesktopCapturerWrapper
149 return secondary_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
151 return main_capturer_->FocusOnSelectedSource() || in FocusOnSelectedSource()
152 secondary_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Ddesktop_capturer_wrapper.cc52 bool DesktopCapturerWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturerWrapper
53 return base_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Dcropping_window_capturer.cc76 bool CroppingWindowCapturer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::CroppingWindowCapturer
77 return window_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Dblank_detector_desktop_capturer_wrapper.cc62 bool BlankDetectorDesktopCapturerWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::BlankDetectorDesktopCapturerWrapper
63 return capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Ddesktop_capturer_wrapper.h38 bool FocusOnSelectedSource() override;
Ddesktop_capturer_differ_wrapper.h53 bool FocusOnSelectedSource() override;
Ddesktop_capturer_differ_wrapper.cc181 bool DesktopCapturerDifferWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturerDifferWrapper
182 return base_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Dfallback_desktop_capturer_wrapper.h47 bool FocusOnSelectedSource() override;
Dblank_detector_desktop_capturer_wrapper.h48 bool FocusOnSelectedSource() override;
Ddesktop_capturer.cc40 bool DesktopCapturer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturer
Ddesktop_and_cursor_composer.cc198 bool DesktopAndCursorComposer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopAndCursorComposer
199 return desktop_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
Dcropping_window_capturer.h45 bool FocusOnSelectedSource() override;
Ddesktop_capturer.h121 virtual bool FocusOnSelectedSource();
Ddesktop_and_cursor_composer.h58 bool FocusOnSelectedSource() override;
Dwindow_capturer_mac.mm60 bool FocusOnSelectedSource() override;
98 bool WindowCapturerMac::FocusOnSelectedSource() {
/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_x11.h46 bool FocusOnSelectedSource() override;
Dwindow_capturer_x11.cc88 bool WindowCapturerX11::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::WindowCapturerX11
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.h43 bool FocusOnSelectedSource() override;
Dwindow_capturer_win_gdi.cc122 bool WindowCapturerWinGdi::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::WindowCapturerWinGdi