Home
last modified time | relevance | path

Searched refs:surface_factory_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/aura/
Dsoftware_output_device_ozone_unittest.cc77 scoped_ptr<gfx::SurfaceFactoryOzone> surface_factory_; member in SoftwareOutputDeviceOzoneTest
94 surface_factory_.reset(new MockSurfaceFactoryOzone()); in SetUp()
95 gfx::SurfaceFactoryOzone::SetInstance(surface_factory_.get()); in SetUp()
110 surface_factory_.reset(); in TearDown()
/external/chromium_org/ui/aura/test/
Daura_test_helper.cc53 surface_factory_.reset(gfx::SurfaceFactoryOzone::CreateTestHelper()); in AuraTestHelper()
54 gfx::SurfaceFactoryOzone::SetInstance(surface_factory_.get()); in AuraTestHelper()
Daura_test_helper.h73 scoped_ptr<gfx::SurfaceFactoryOzone> surface_factory_; variable