Home
last modified time | relevance | path

Searched refs:WebContentsCaptureMachine (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/media/capture/
Dweb_contents_video_capture_device.cc224 class WebContentsCaptureMachine class
228 WebContentsCaptureMachine(int render_process_id, int render_view_id);
229 virtual ~WebContentsCaptureMachine();
329 base::WeakPtrFactory<WebContentsCaptureMachine> weak_ptr_factory_;
331 DISALLOW_COPY_AND_ASSIGN(WebContentsCaptureMachine);
560 WebContentsCaptureMachine::WebContentsCaptureMachine(int render_process_id, in WebContentsCaptureMachine() function in content::__anon2d51a6d50111::WebContentsCaptureMachine
567 WebContentsCaptureMachine::~WebContentsCaptureMachine() { in ~WebContentsCaptureMachine()
574 bool WebContentsCaptureMachine::Start( in Start()
601 void WebContentsCaptureMachine::Stop(const base::Closure& callback) { in Stop()
623 void WebContentsCaptureMachine::Capture( in Capture()
[all …]