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 16 SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
18 SurfaceFactoryOzone::SurfaceFactoryOzone() {
19 CHECK(!impl_) << "There should only be a single SurfaceFactoryOzone.";
23 SurfaceFactoryOzone::~SurfaceFactoryOzone() {
28 SurfaceFactoryOzone* SurfaceFactoryOzone::GetInstance() {
29 CHECK(impl_) << "No SurfaceFactoryOzone implementation set."
    [all...]
surface_factory_ozone.h 59 class OZONE_BASE_EXPORT SurfaceFactoryOzone {
82 SurfaceFactoryOzone();
83 virtual ~SurfaceFactoryOzone();
86 static SurfaceFactoryOzone* GetInstance();
158 static SurfaceFactoryOzone* impl_; // not owned

Completed in 374 milliseconds