WebContentsCaptureMachine  237 content/browser/media/capture/web_contents_video_capture_device.cc   WebContentsCaptureMachine(int render_process_id, int render_view_id);
WebContentsCaptureMachine  238 content/browser/media/capture/web_contents_video_capture_device.cc   virtual ~WebContentsCaptureMachine();
WebContentsCaptureMachine  335 content/browser/media/capture/web_contents_video_capture_device.cc   base::WeakPtrFactory<WebContentsCaptureMachine> weak_ptr_factory_;
WebContentsCaptureMachine  337 content/browser/media/capture/web_contents_video_capture_device.cc   DISALLOW_COPY_AND_ASSIGN(WebContentsCaptureMachine);
WebContentsCaptureMachine  566 content/browser/media/capture/web_contents_video_capture_device.cc WebContentsCaptureMachine::WebContentsCaptureMachine(int render_process_id,
WebContentsCaptureMachine  573 content/browser/media/capture/web_contents_video_capture_device.cc WebContentsCaptureMachine::~WebContentsCaptureMachine() {
WebContentsCaptureMachine  580 content/browser/media/capture/web_contents_video_capture_device.cc bool WebContentsCaptureMachine::Start(
WebContentsCaptureMachine  605 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::Stop(const base::Closure& callback) {
WebContentsCaptureMachine  627 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::Capture(
WebContentsCaptureMachine  662 content/browser/media/capture/web_contents_video_capture_device.cc         base::Bind(&WebContentsCaptureMachine::DidCopyFromBackingStore,
WebContentsCaptureMachine  669 content/browser/media/capture/web_contents_video_capture_device.cc         base::Bind(&WebContentsCaptureMachine::
WebContentsCaptureMachine  677 content/browser/media/capture/web_contents_video_capture_device.cc         base::Bind(&WebContentsCaptureMachine::DidCopyFromBackingStore,
WebContentsCaptureMachine  686 content/browser/media/capture/web_contents_video_capture_device.cc bool WebContentsCaptureMachine::StartObservingWebContents() {
WebContentsCaptureMachine  716 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::WebContentsDestroyed(
WebContentsCaptureMachine  725 content/browser/media/capture/web_contents_video_capture_device.cc RenderWidgetHost* WebContentsCaptureMachine::GetTarget() {
WebContentsCaptureMachine  742 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::DidCopyFromBackingStore(
WebContentsCaptureMachine  767 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::DidCopyFromCompositingSurfaceToVideoFrame(
WebContentsCaptureMachine  784 content/browser/media/capture/web_contents_video_capture_device.cc void WebContentsCaptureMachine::RenewFrameSubscription() {
WebContentsCaptureMachine  795 content/browser/media/capture/web_contents_video_capture_device.cc       base::Bind(&WebContentsCaptureMachine::Capture,
WebContentsCaptureMachine  804 content/browser/media/capture/web_contents_video_capture_device.cc         new WebContentsCaptureMachine(render_process_id, render_view_id)))) {}