Searched refs:screen_capturer_ (Results 1 – 2 of 2) sorted by relevance
36 if (!screen_capturer_.get()) { in Capture()37 screen_capturer_.reset(ScreenCapturer::Create(options_)); in Capture()39 screen_capturer_->SetExcludedWindow(excluded_window_); in Capture()41 screen_capturer_->Start(this); in Capture()43 screen_capturer_->Capture(region); in Capture()51 if (screen_capturer_.get()) { in SetExcludedWindow()52 screen_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
66 rtc::scoped_ptr<ScreenCapturer> screen_capturer_; variable