Searched refs:oracle_proxy (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/browser/media/capture/ |
D | web_contents_video_capture_device.cc | 186 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, 235 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, 327 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in ContentCaptureSubscription() argument 332 paint_subscriber_(VideoCaptureOracle::kSoftwarePaint, oracle_proxy, in ContentCaptureSubscription() 334 timer_subscriber_(VideoCaptureOracle::kTimerPoll, oracle_proxy, in ContentCaptureSubscription() 347 oracle_proxy, &delivery_log_)); in ContentCaptureSubscription() 359 timer_.Start(FROM_HERE, oracle_proxy->min_capture_period(), in ContentCaptureSubscription() 552 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in Start() argument 557 DCHECK(oracle_proxy.get()); in Start() 558 oracle_proxy_ = oracle_proxy; in Start()
|
D | desktop_capture_device_aura.cc | 102 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, 194 const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy, in Start() argument 207 DCHECK(oracle_proxy.get()); in Start() 208 oracle_proxy_ = oracle_proxy; in Start()
|
D | content_video_capture_device_core.h | 127 virtual bool Start(const scoped_refptr<ThreadSafeCaptureOracle>& oracle_proxy,
|