Searched refs:window_capturer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc245 WINDOW_CAPTURER_NAME* window_capturer = new WINDOW_CAPTURER_NAME(); local
246 if (!window_capturer->Init(window)) {
247 delete window_capturer;
250 return window_capturer;
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list.cc21 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
91 scoped_ptr<webrtc::WindowCapturer> window_capturer);
119 scoped_ptr<webrtc::WindowCapturer> window_capturer)
122 window_capturer_(window_capturer.Pass()) {
227 scoped_ptr<webrtc::WindowCapturer> window_capturer)
229 window_capturer_(window_capturer.Pass()),
116 Worker( base::WeakPtr<NativeDesktopMediaList> media_list, scoped_ptr<webrtc::ScreenCapturer> screen_capturer, scoped_ptr<webrtc::WindowCapturer> window_capturer) argument
225 NativeDesktopMediaList( scoped_ptr<webrtc::ScreenCapturer> screen_capturer, scoped_ptr<webrtc::WindowCapturer> window_capturer) argument
H A Dnative_desktop_media_list.h30 scoped_ptr<webrtc::WindowCapturer> window_capturer);
/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device.cc24 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
379 scoped_ptr<webrtc::WindowCapturer> window_capturer(
381 if (window_capturer && window_capturer->SelectWindow(source.id)) {
383 window_capturer.release(),
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc21 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
174 scoped_ptr<webrtc::WindowCapturer> window_capturer(
178 screen_capturer.Pass(), window_capturer.Pass()));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc115 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } function in class:FakeScreenCaptureFactory
2437 ASSERT_TRUE(screencapture_factory->window_capturer() != NULL);
2440 screencapture_factory->window_capturer()->SignalStateChange(
2441 screencapture_factory->window_capturer(), cricket::CS_PAUSED);
2443 screencapture_factory->window_capturer()->SignalStateChange(
2444 screencapture_factory->window_capturer(), cricket::CS_RUNNING);
2446 screencapture_factory->window_capturer()->SignalStateChange(
2447 screencapture_factory->window_capturer(), cricket::CS_STOPPED);
2450 ASSERT_TRUE(screencapture_factory->window_capturer() == NULL);

Completed in 550 milliseconds