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

/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_video_capture_device.h25 // WebContentsVideoCaptureDevice will capture from whatever render view is
29 class CONTENT_EXPORT WebContentsVideoCaptureDevice class in namespace:content
37 // WebContentsVideoCaptureDevice is itself deleted.
42 virtual ~WebContentsVideoCaptureDevice();
60 WebContentsVideoCaptureDevice(const Name& name,
67 DISALLOW_COPY_AND_ASSIGN(WebContentsVideoCaptureDevice);
H A Dweb_contents_video_capture_device.cc731 << "WebContentsVideoCaptureDevice is " << measured_fps << " FPS.";
949 // Separating this from the "shell class" WebContentsVideoCaptureDevice allows
953 // WebContentsVideoCaptureDevice::Impl manages a simple state machine and the
957 class WebContentsVideoCaptureDevice::Impl : public base::SupportsWeakPtr<Impl> {
963 // Asynchronous requests to change WebContentsVideoCaptureDevice::Impl state.
991 base::WeakPtr<WebContentsVideoCaptureDevice::Impl> impl,
1026 WebContentsVideoCaptureDevice::Impl::Impl(int render_process_id,
1035 void WebContentsVideoCaptureDevice::Impl::Allocate(
1111 void WebContentsVideoCaptureDevice::Impl::Start() {
1124 void WebContentsVideoCaptureDevice
1218 WebContentsVideoCaptureDevice::WebContentsVideoCaptureDevice( function in class:content::WebContentsVideoCaptureDevice
[all...]

Completed in 70 milliseconds