Searched refs:excluded_window_ (Results 1 – 5 of 5) sorted by relevance
24 excluded_window_(kNullWindowId) { in CroppingWindowCapturer()38 if (excluded_window_) { in Capture()39 screen_capturer_->SetExcludedWindow(excluded_window_); in Capture()50 excluded_window_ = window; in SetExcludedWindow()
60 WindowId excluded_window() const { return excluded_window_; } in excluded_window()68 WindowId excluded_window_; variable
281 CGWindowID excluded_window_;324 excluded_window_(0) {457 excluded_window_ = window;668 CFArrayRef window_list = CreateWindowListWithExclusion(excluded_window_);697 if (excluded_window_ && window_list) {700 excluded_window_, display_config.dip_to_pixel_scale);
46 excluded_window_(NULL), in ScreenCapturerWinMagnifier()189 excluded_window_ = (HWND)excluded_window; in SetExcludedWindow()190 if (excluded_window_ && magnifier_initialized_) { in SetExcludedWindow()192 magnifier_window_, MW_FILTERMODE_EXCLUDE, 1, &excluded_window_); in SetExcludedWindow()361 if (excluded_window_) { in InitializeMagnifier()363 magnifier_window_, MW_FILTERMODE_EXCLUDE, 1, &excluded_window_); in InitializeMagnifier()
109 HWND excluded_window_; variable