/external/webrtc/modules/desktop_capture/ |
D | fallback_desktop_capturer_wrapper.cc | 147 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()
|
D | desktop_capturer_wrapper.cc | 52 bool DesktopCapturerWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturerWrapper 53 return base_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
|
D | cropping_window_capturer.cc | 76 bool CroppingWindowCapturer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::CroppingWindowCapturer 77 return window_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
|
D | blank_detector_desktop_capturer_wrapper.cc | 62 bool BlankDetectorDesktopCapturerWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::BlankDetectorDesktopCapturerWrapper 63 return capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
|
D | desktop_capturer_wrapper.h | 38 bool FocusOnSelectedSource() override;
|
D | desktop_capturer_differ_wrapper.h | 53 bool FocusOnSelectedSource() override;
|
D | desktop_capturer_differ_wrapper.cc | 181 bool DesktopCapturerDifferWrapper::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturerDifferWrapper 182 return base_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
|
D | fallback_desktop_capturer_wrapper.h | 47 bool FocusOnSelectedSource() override;
|
D | blank_detector_desktop_capturer_wrapper.h | 48 bool FocusOnSelectedSource() override;
|
D | desktop_capturer.cc | 40 bool DesktopCapturer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopCapturer
|
D | desktop_and_cursor_composer.cc | 198 bool DesktopAndCursorComposer::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::DesktopAndCursorComposer 199 return desktop_capturer_->FocusOnSelectedSource(); in FocusOnSelectedSource()
|
D | cropping_window_capturer.h | 45 bool FocusOnSelectedSource() override;
|
D | desktop_capturer.h | 121 virtual bool FocusOnSelectedSource();
|
D | desktop_and_cursor_composer.h | 58 bool FocusOnSelectedSource() override;
|
D | window_capturer_mac.mm | 60 bool FocusOnSelectedSource() override; 98 bool WindowCapturerMac::FocusOnSelectedSource() {
|
/external/webrtc/modules/desktop_capture/linux/ |
D | window_capturer_x11.h | 46 bool FocusOnSelectedSource() override;
|
D | window_capturer_x11.cc | 88 bool WindowCapturerX11::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::WindowCapturerX11
|
/external/webrtc/modules/desktop_capture/win/ |
D | window_capturer_win_gdi.h | 43 bool FocusOnSelectedSource() override;
|
D | window_capturer_win_gdi.cc | 122 bool WindowCapturerWinGdi::FocusOnSelectedSource() { in FocusOnSelectedSource() function in webrtc::WindowCapturerWinGdi
|