Searched refs:window_capturer_ (Results 1 – 3 of 3) sorted by relevance
41 : window_capturer_(NULL), in FakeScreenCapturerFactory()45 if (window_capturer_ != NULL) { in Create()48 window_capturer_ = new cricket::FakeVideoCapturer; in Create()49 window_capturer_->SignalDestroyed.connect( in Create()52 window_capturer_->SignalStateChange.connect( in Create()55 return window_capturer_; in Create()58 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } in window_capturer()64 if (capturer == window_capturer_) { in OnWindowCapturerDestroyed()65 window_capturer_ = NULL; in OnWindowCapturerDestroyed()72 cricket::FakeVideoCapturer* window_capturer_; variable
22 window_capturer_(WindowCapturer::Create(options)), in CroppingWindowCapturer()31 window_capturer_->Start(callback); in Start()45 window_capturer_->Capture(region); in Capture()57 return window_capturer_->GetWindowList(windows); in GetWindowList()61 if (window_capturer_->SelectWindow(id)) { in SelectWindow()69 return window_capturer_->BringSelectedWindowToFront(); in BringSelectedWindowToFront()81 window_capturer_->Capture(DesktopRegion()); in OnCaptureCompleted()
65 rtc::scoped_ptr<WindowCapturer> window_capturer_; variable