Searched defs:window_capturer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakescreencapturerfactory.h58 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } function in class:cricket::FakeScreenCapturerFactory
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list.cc23 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
90 scoped_ptr<webrtc::WindowCapturer> window_capturer);
118 scoped_ptr<webrtc::WindowCapturer> window_capturer)
121 window_capturer_(window_capturer.Pass()) {
236 scoped_ptr<webrtc::WindowCapturer> window_capturer)
238 window_capturer_(window_capturer.Pass()),
115 Worker( base::WeakPtr<NativeDesktopMediaList> media_list, scoped_ptr<webrtc::ScreenCapturer> screen_capturer, scoped_ptr<webrtc::WindowCapturer> window_capturer) argument
234 NativeDesktopMediaList( scoped_ptr<webrtc::ScreenCapturer> screen_capturer, scoped_ptr<webrtc::WindowCapturer> window_capturer) argument

Completed in 176 milliseconds