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

  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 113 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
render_widget_host_view_child_frame.cc 327 gfx::GLSurfaceHandle RenderWidgetHostViewChildFrame::GetCompositingSurface() {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 332 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
render_widget_host_impl.cc 320 surface_id_, GetCompositingSurface());
347 gfx::GLSurfaceHandle RenderWidgetHostImpl::GetCompositingSurface() {
349 return view_->GetCompositingSurface();
407 surface_id_, GetCompositingSurface());
    [all...]
render_widget_host_impl.h 524 gfx::GLSurfaceHandle GetCompositingSurface();
    [all...]
render_widget_host_view_android.h 169 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
render_widget_host_view_mac.h 320 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
render_widget_host_view_aura.h 224 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
render_view_host_impl.cc 275 surface_id(), GetCompositingSurface());
    [all...]
render_widget_host_view_android.cc     [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/test/
test_render_view_host.cc 190 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() {
test_render_view_host.h 152 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;

Completed in 592 milliseconds