HomeSort by relevance Sort by last modified time
    Searched defs:vsync_provider_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/output/
software_output_device.h 82 scoped_ptr<gfx::VSyncProvider> vsync_provider_; member in class:cc::SoftwareOutputDevice
  /external/chromium_org/ui/gl/
gl_surface_egl.h 83 scoped_ptr<VSyncProvider> vsync_provider_; member in class:gfx::NativeViewGLSurfaceEGL
gl_surface_glx.h 110 scoped_ptr<VSyncProvider> vsync_provider_; member in class:gfx::NativeViewGLSurfaceGLX
  /external/chromium_org/content/browser/aura/
software_browser_compositor_output_surface_unittest.cc 43 FakeSoftwareOutputDevice() : vsync_provider_(new FakeVSyncProvider()) {}
47 return vsync_provider_.get();
51 scoped_ptr<gfx::VSyncProvider> vsync_provider_; member in class:__anon7607::FakeSoftwareOutputDevice

Completed in 82 milliseconds