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

  /external/chromium_org/ui/ozone/public/
surface_factory_ozone.cc 17 SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
19 SurfaceFactoryOzone::SurfaceFactoryOzone() {
20 DCHECK(!impl_) << "There should only be a single SurfaceFactoryOzone.";
24 SurfaceFactoryOzone::~SurfaceFactoryOzone() {
29 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() {
30 DCHECK(impl_) << "No SurfaceFactoryOzone implementation set."
    [all...]
surface_factory_ozone.h 59 class OZONE_BASE_EXPORT SurfaceFactoryOzone {
76 SurfaceFactoryOzone();
77 virtual ~SurfaceFactoryOzone();
80 static SurfaceFactoryOzone* GetInstance();
153 static SurfaceFactoryOzone* impl_; // not owned

Completed in 83 milliseconds