Home
last modified time | relevance | path

Searched defs:vsync_manager (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/compositor/
Dbrowser_compositor_output_surface.cc19 const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager) in BrowserCompositorOutputSurface()
31 const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager) in BrowserCompositorOutputSurface()
Dgpu_browser_compositor_output_surface.cc18 const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager, in GpuBrowserCompositorOutputSurface()
Dsoftware_browser_compositor_output_surface.cc24 const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager) in SoftwareBrowserCompositorOutputSurface()
Dgpu_surfaceless_browser_compositor_output_surface.cc22 const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager, in GpuSurfacelessBrowserCompositorOutputSurface()
/external/chromium_org/ui/compositor/
Dcompositor.cc282 scoped_refptr<CompositorVSyncManager> Compositor::vsync_manager() const { in vsync_manager() function in ui::Compositor