Home
last modified time | relevance | path

Searched refs:ViewFlushedPaint (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_compositor_host.h42 void ViewFlushedPaint();
Dppb_graphics_3d_impl.h54 void ViewFlushedPaint();
Dpepper_graphics_2d_host.h81 void ViewFlushedPaint();
Dpepper_graphics_2d_host_unittest.cc70 host_->ViewFlushedPaint(); in Flush()
Dppb_graphics_3d_impl.cc164 void PPB_Graphics3D_Impl::ViewFlushedPaint() {} in ViewFlushedPaint() function in content::PPB_Graphics3D_Impl
Dpepper_compositor_host.cc171 void PepperCompositorHost::ViewFlushedPaint() {} in ViewFlushedPaint() function in content::PepperCompositorHost
Dpepper_plugin_instance_impl.cc1361 void PepperPluginInstanceImpl::ViewFlushedPaint() { in ViewFlushedPaint() function in content::PepperPluginInstanceImpl
1365 bound_graphics_2d_platform_->ViewFlushedPaint(); in ViewFlushedPaint()
1367 bound_graphics_3d_->ViewFlushedPaint(); in ViewFlushedPaint()
1369 bound_compositor_->ViewFlushedPaint(); in ViewFlushedPaint()
Dpepper_graphics_2d_host.cc388 void PepperGraphics2DHost::ViewFlushedPaint() { in ViewFlushedPaint() function in content::PepperGraphics2DHost
Dpepper_plugin_instance_impl.h234 void ViewFlushedPaint();
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.cc363 plugin_->ViewFlushedPaint(); in DidFlushPaint()
Drender_view_impl.cc3328 (*i)->ViewFlushedPaint(); in DidFlushPaint()