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

  /external/chromium_org/ui/gfx/ozone/
surface_factory_ozone.cc 14 SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
16 class SurfaceFactoryOzoneStub : public SurfaceFactoryOzone {
44 SurfaceFactoryOzone::SurfaceFactoryOzone() {
47 SurfaceFactoryOzone::~SurfaceFactoryOzone() {
50 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() {
51 CHECK(impl_) << "No SurfaceFactoryOzone implementation set."
    [all...]
surface_factory_ozone.h 47 class GFX_EXPORT SurfaceFactoryOzone {
61 SurfaceFactoryOzone();
62 virtual ~SurfaceFactoryOzone();
65 static SurfaceFactoryOzone* GetInstance();
72 static void SetInstance(SurfaceFactoryOzone* impl);
139 static SurfaceFactoryOzone* CreateTestHelper();
142 static SurfaceFactoryOzone* impl_; // not owned

Completed in 211 milliseconds