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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_compositor_host.h42 void ViewFlushedPaint();
H A Dppb_graphics_3d_impl.h54 void ViewFlushedPaint();
H A Dpepper_graphics_2d_host.h81 void ViewFlushedPaint();
H A Dpepper_graphics_2d_host_unittest.cc70 host_->ViewFlushedPaint();
H A Dppb_graphics_3d_impl.cc164 void PPB_Graphics3D_Impl::ViewFlushedPaint() {} function in class:content::PPB_Graphics3D_Impl
195 // ViewFlushedPaint().
H A Dpepper_compositor_host.cc171 void PepperCompositorHost::ViewFlushedPaint() {} function in class:content::PepperCompositorHost
H A Dpepper_plugin_instance_impl.cc1361 void PepperPluginInstanceImpl::ViewFlushedPaint() { function in class:content::PepperPluginInstanceImpl
1365 bound_graphics_2d_platform_->ViewFlushedPaint();
1367 bound_graphics_3d_->ViewFlushedPaint();
1369 bound_compositor_->ViewFlushedPaint();
H A Dpepper_graphics_2d_host.cc388 void PepperGraphics2DHost::ViewFlushedPaint() { function in class:content::PepperGraphics2DHost
389 TRACE_EVENT0("pepper", "PepperGraphics2DHost::ViewFlushedPaint");
644 // do nothing and we won't get any ViewFlushedPaint calls, leaving our
H A Dpepper_plugin_instance_impl.h234 void ViewFlushedPaint();
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc363 plugin_->ViewFlushedPaint();
H A Drender_view_impl.cc3293 // ViewFlushedPaint regarding instances closing themselves, so we take
3317 // with the same address. In this case, we'll call ViewFlushedPaint on that
3328 (*i)->ViewFlushedPaint();

Completed in 1698 milliseconds