Home
last modified time | relevance | path

Searched refs:FullScreenWindowDetector (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc17 FullScreenWindowDetector::FullScreenWindowDetector( in FullScreenWindowDetector() function in webrtc::FullScreenWindowDetector
24 DesktopCapturer::SourceId FullScreenWindowDetector::FindFullScreenWindow( in FindFullScreenWindow()
33 void FullScreenWindowDetector::UpdateWindowListIfNeeded( in UpdateWindowListIfNeeded()
67 void FullScreenWindowDetector::CreateApplicationHandlerIfNeeded( in CreateApplicationHandlerIfNeeded()
Dfull_screen_window_detector.h35 class FullScreenWindowDetector : public rtc::RefCountedBase {
41 FullScreenWindowDetector(
56 static rtc::scoped_refptr<FullScreenWindowDetector>
75 RTC_DISALLOW_COPY_AND_ASSIGN(FullScreenWindowDetector);
Ddesktop_capture_options.h70 FullScreenWindowDetector* full_screen_window_detector() const { in full_screen_window_detector()
74 rtc::scoped_refptr<FullScreenWindowDetector> detector) { in set_full_screen_window_detector()
146 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_;
Ddesktop_capture_options.cc41 new FullScreenWindowDetector(CreateFullScreenMacApplicationHandler)); in CreateDefault()
44 new FullScreenWindowDetector(CreateFullScreenWinApplicationHandler)); in CreateDefault()
Dwindow_capturer_mac.mm51 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector,
69 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_;
79 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector,
Dcropping_window_capturer_win.cc151 rtc::scoped_refptr<FullScreenWindowDetector> full_screen_window_detector_;