HomeSort by relevance Sort by last modified time
    Searched full:window_capturer (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 21 #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()),
native_desktop_media_list.h 30 scoped_ptr<webrtc::WindowCapturer> window_capturer);
native_desktop_media_list_unittest.cc 16 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc 21 #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/media/devices/
devicemanager.cc 245 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/content/browser/renderer_host/media/
desktop_capture_device.cc 24 #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/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 115 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; } function in class:FakeScreenCaptureFactory
    [all...]

Completed in 209 milliseconds