OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanCopyToVideoFrame
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc
393
if (!view->
CanCopyToVideoFrame
()) {
419
EXPECT_FALSE(GetRenderWidgetHostViewPort()->
CanCopyToVideoFrame
());
453
if (!view->
CanCopyToVideoFrame
()) {
651
if (video_frame && !rwhvp->
CanCopyToVideoFrame
()) {
[
all
...]
render_widget_host_view_gtk.h
112
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
render_widget_host_view_guest.h
117
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
render_widget_host_view_android.h
143
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
render_widget_host_view_mac.h
283
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
render_widget_host_view_aura.h
212
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
[
all
...]
render_widget_host_view_guest.cc
395
bool RenderWidgetHostViewGuest::
CanCopyToVideoFrame
() const {
render_widget_host_view_win.h
215
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
render_widget_host_view_android.cc
631
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
911
bool RenderWidgetHostViewWin::
CanCopyToVideoFrame
() const {
[
all
...]
/external/chromium_org/content/port/browser/
render_widget_host_view_port.h
201
virtual bool
CanCopyToVideoFrame
() const = 0;
/external/chromium_org/content/test/
test_render_view_host.h
134
virtual bool
CanCopyToVideoFrame
() const OVERRIDE;
test_render_view_host.cc
128
bool TestRenderWidgetHostView::
CanCopyToVideoFrame
() const {
/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
628
} else if (view->
CanCopyToVideoFrame
()) {
Completed in 450 milliseconds