Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Dgpu_message_filter.h44 void SurfaceUpdated(int32 surface_id);
Drender_process_host_impl.h121 virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
Dgpu_message_filter.cc97 void GpuMessageFilter::SurfaceUpdated(int32 surface_id) { in SurfaceUpdated() function in content::GpuMessageFilter
Drender_process_host_impl.cc1475 void RenderProcessHostImpl::SurfaceUpdated(int32 surface_id) { in SurfaceUpdated() function in content::RenderProcessHostImpl
1479 &GpuMessageFilter::SurfaceUpdated, in SurfaceUpdated()
Drender_widget_host_impl.cc365 process_->SurfaceUpdated(surface_id_); in CompositingSurfaceUpdated()
/external/chromium_org/content/public/browser/
Drender_process_host.h207 virtual void SurfaceUpdated(int32 surface_id) = 0;
/external/chromium_org/content/public/test/
Dmock_render_process_host.h76 virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
Dmock_render_process_host.cc253 void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) { in SurfaceUpdated() function in content::MockRenderProcessHost