Home
last modified time | relevance | path

Searched refs:window_capturer (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/remoting/host/
Dsingle_window_desktop_environment.cc50 scoped_ptr<webrtc::WindowCapturer>window_capturer( in CreateVideoCapturer() local
52 window_capturer->SelectWindow(window_id_); in CreateVideoCapturer()
54 return window_capturer.PassAs<webrtc::DesktopCapturer>(); in CreateVideoCapturer()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_unittest.cc87 scoped_ptr<WindowCapturer> window_capturer(WindowCapturer::Create(options)); in TEST_F() local
90 if (!window_capturer.get()) in TEST_F()
94 EXPECT_TRUE(window_capturer->GetWindowList(&windows)); in TEST_F()
Ddesktop_capture.gypi83 "window_capturer.cc",
84 "window_capturer.h",
DBUILD.gn79 "window_capturer.cc",
80 "window_capturer.h",
Dwindow_capturer_mac.mm11 #include "webrtc/modules/desktop_capture/window_capturer.h"
/external/chromium_org/chrome/browser/media/
Dnative_desktop_media_list.cc90 scoped_ptr<webrtc::WindowCapturer> window_capturer);
118 scoped_ptr<webrtc::WindowCapturer> window_capturer) in Worker() argument
121 window_capturer_(window_capturer.Pass()) { in Worker()
236 scoped_ptr<webrtc::WindowCapturer> window_capturer) in NativeDesktopMediaList() argument
238 window_capturer_(window_capturer.Pass()), in NativeDesktopMediaList()
Dnative_desktop_media_list.h30 scoped_ptr<webrtc::WindowCapturer> window_capturer);
/external/chromium_org/content/browser/media/capture/
Ddesktop_capture_device.cc419 scoped_ptr<webrtc::WindowCapturer> window_capturer( in Create() local
421 if (window_capturer && window_capturer->SelectWindow(source.id)) { in Create()
422 window_capturer->BringSelectedWindowToFront(); in Create()
424 window_capturer.release(), in Create()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakescreencapturerfactory.h58 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } in window_capturer() function
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
Ddesktop_capture_api.cc189 scoped_ptr<webrtc::WindowCapturer> window_capturer( in RunAsync() local
193 screen_capturer.Pass(), window_capturer.Pass())); in RunAsync()