Searched refs:window_capturer (Results 1 – 10 of 10) sorted by relevance
50 scoped_ptr<webrtc::WindowCapturer>window_capturer( in CreateVideoCapturer() local52 window_capturer->SelectWindow(window_id_); in CreateVideoCapturer()54 return window_capturer.PassAs<webrtc::DesktopCapturer>(); in CreateVideoCapturer()
87 scoped_ptr<WindowCapturer> window_capturer(WindowCapturer::Create(options)); in TEST_F() local90 if (!window_capturer.get()) in TEST_F()94 EXPECT_TRUE(window_capturer->GetWindowList(&windows)); in TEST_F()
83 "window_capturer.cc",84 "window_capturer.h",
79 "window_capturer.cc",80 "window_capturer.h",
11 #include "webrtc/modules/desktop_capture/window_capturer.h"
90 scoped_ptr<webrtc::WindowCapturer> window_capturer);118 scoped_ptr<webrtc::WindowCapturer> window_capturer) in Worker() argument121 window_capturer_(window_capturer.Pass()) { in Worker()236 scoped_ptr<webrtc::WindowCapturer> window_capturer) in NativeDesktopMediaList() argument238 window_capturer_(window_capturer.Pass()), in NativeDesktopMediaList()
30 scoped_ptr<webrtc::WindowCapturer> window_capturer);
419 scoped_ptr<webrtc::WindowCapturer> window_capturer( in Create() local421 if (window_capturer && window_capturer->SelectWindow(source.id)) { in Create()422 window_capturer->BringSelectedWindowToFront(); in Create()424 window_capturer.release(), in Create()
58 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } in window_capturer() function
189 scoped_ptr<webrtc::WindowCapturer> window_capturer( in RunAsync() local193 screen_capturer.Pass(), window_capturer.Pass())); in RunAsync()