HomeSort by relevance Sort by last modified time
    Searched refs:CanCopyToVideoFrame (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 198 virtual bool CanCopyToVideoFrame() const = 0;
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 116 bool CanCopyToVideoFrame() {
169 virtual bool CanCopyToVideoFrame() const OVERRIDE {
170 return controller_->CanCopyToVideoFrame();
web_contents_video_capture_device.cc 813 } else if (view->CanCopyToVideoFrame()) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 380 if (!view->CanCopyToVideoFrame()) {
406 EXPECT_FALSE(GetRenderWidgetHostViewPort()->CanCopyToVideoFrame());
440 if (!view->CanCopyToVideoFrame()) {
    [all...]
render_widget_host_view_gtk.h 114 virtual bool CanCopyToVideoFrame() const OVERRIDE;
render_widget_host_view_guest.h 121 virtual bool CanCopyToVideoFrame() const OVERRIDE;
test_render_view_host.h 132 virtual bool CanCopyToVideoFrame() const OVERRIDE;
render_widget_host_view_android.h 139 virtual bool CanCopyToVideoFrame() const OVERRIDE;
test_render_view_host.cc 129 bool TestRenderWidgetHostView::CanCopyToVideoFrame() const {
render_widget_host_view_guest.cc 353 bool RenderWidgetHostViewGuest::CanCopyToVideoFrame() const {
render_widget_host_view_mac.h 281 virtual bool CanCopyToVideoFrame() const OVERRIDE;
render_widget_host_view_aura.h 208 virtual bool CanCopyToVideoFrame() const OVERRIDE;
render_widget_host_view_win.h 216 virtual bool CanCopyToVideoFrame() const OVERRIDE;
render_widget_host_view_android.cc 597 bool RenderWidgetHostViewAndroid::CanCopyToVideoFrame() const {
    [all...]
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_win.cc 909 bool RenderWidgetHostViewWin::CanCopyToVideoFrame() const {
    [all...]

Completed in 400 milliseconds